mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
12 lines
278 B
JSON
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" }
|
|
]
|
|
}
|