diff -r 000000000000 -r 6474c204b198 webapprt/test/chrome/geolocation-prompt-perm.webapp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/webapprt/test/chrome/geolocation-prompt-perm.webapp Wed Dec 31 06:09:35 2014 +0100 @@ -0,0 +1,8 @@ +{ + "name": "Geolocation Permission Test Webapp", + "description": "A webapp for testing geolocation prompt.", + "launch_path": "/webapprtChrome/webapprt/test/chrome/geolocation-prompt-perm.html", + "permissions": { + "geolocation": { "description": "Desc" } + } +}