-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.webapp
43 lines (43 loc) · 1015 Bytes
/
manifest.webapp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "FxOS Remote Daemon",
"description": "FxOS Remote Daemon App - allows to remotely control device",
"version": "0.1.0",
"developer": {
"name": "Aleh Zasypkin",
"url": "[email protected]"
},
"type": "certified",
"launch_path": "/index.html",
"permissions": {
"device-storage:sdcard":{ "access": "readwrite" },
"camera":{},
"audio-capture": {},
"video-capture": {},
"alarms": {},
"power":{},
"systemXHR": {},
"tcp-socket": {},
"backgroundservice": {},
"wifi-manage":{},
"audio-channel-notification": {}
},
"installs_allowed_from": [
"*"
],
"messages": [
{ "alarm": "/index.html" }
],
"locales": {
"en-US": {
"name": "Remote Daemon",
"description": "Remote Daemon App - allows to remotely control device"
}
},
"default_locale": "en",
"icons": {
"16": "/icons/icon16x16.png",
"48": "/icons/icon48x48.png",
"60": "/icons/icon60x60.png",
"128": "/icons/icon128x128.png"
}
}