1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/webapprt/test/chrome/geolocation-prompt-perm.webapp Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,8 @@ 1.4 +{ 1.5 + "name": "Geolocation Permission Test Webapp", 1.6 + "description": "A webapp for testing geolocation prompt.", 1.7 + "launch_path": "/webapprtChrome/webapprt/test/chrome/geolocation-prompt-perm.html", 1.8 + "permissions": { 1.9 + "geolocation": { "description": "Desc" } 1.10 + } 1.11 +}