tenfourfox/dom/tests/browser/test-webapp-reinstall.webapp
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

17 lines
306 B
JSON

{
"name": "Super Crazy Basic App",
"installs_allowed_from": [ "*" ],
"type": "privileged",
"permissions": {
"geolocation": {
"description": "geolocate"
},
"contacts": {
"description": "contacts"
},
"device-storage:apps": {
"description": "storage"
}
}
}