gecko-dev/webapprt/test/chrome/alarm.webapp

12 lines
278 B
JSON

{
"name": "Alarm API Test Webapp",
"description": "A webapp for testing the alarm API.",
"launch_path": "/webapprtChrome/webapprt/test/chrome/alarm.html",
"permissions": {
"alarms": { "description": "Desc" }
},
"messages": [
{ "alarm": "/alarm.html" }
]
}