-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmanifest.webapp
127 lines (127 loc) · 3.55 KB
/
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
{
"name": ">Prompt H/W",
"type": "certified",
"description": ">Prompt - FxOS H/W Main System",
"launch_path": "/index.html",
"developer": {
"name": "Gerard Braad",
"url": "https://github.com/gbraad/B2G-FxOS-hardware-system"
},
"fullscreen": true,
"permissions": {
"alarms": {},
"browser":{},
"power": {},
"fmradio": {},
"webapps-manage": {},
"mobileconnection": {},
"bluetooth": {},
"telephony": {},
"voicemail": {},
"device-storage:sdcard": { "access": "readwrite" },
"device-storage:pictures": { "access": "readwrite" },
"device-storage:videos": { "access": "readwrite" },
"device-storage:music": { "access": "readcreate" },
"device-storage:apps": { "access": "readonly" },
"settings": { "access": "readwrite" },
"storage": {},
"camera": {},
"geolocation": {},
"audio-capture": {},
"video-capture": {},
"wifi-manage": {},
"desktop-notification": {},
"idle": {},
"network-events": {},
"background-sensors": {},
"permissions": {},
"audio-channel-notification": {},
"audio-channel-content": {},
"audio-channel-ringer": {},
"cellbroadcast": {},
"input-manage": {},
"nfc": {
"access": "readonly"
},
"nfc-manager": {},
"downloads": {},
"systemXHR": {},
"feature-detection": {},
"push": {
"description": "To track you!"
}
},
"locales": {
"en-US": {
"name": ">Prompt H/W",
"description": ">Prompt H/W Main System"
}
},
"default_locale": "en-US",
"icons": {
"84": "/style/icons/icon_84.png",
"126": "/style/icons/icon_126.png",
"142": "/style/icons/icon_142.png",
"189": "/style/icons/icon_189.png",
"284": "/style/icons/icon_284.png"
},
"messages": [
{ "alarm": "/index.html" },
{ "bluetooth-opp-transfer-complete": "/index.html" },
{ "bluetooth-opp-update-progress": "/index.html" },
{ "bluetooth-opp-receiving-file-confirmation": "/index.html" },
{ "bluetooth-opp-transfer-start": "/index.html" },
{ "icc-stkcommand": "/index.html" },
{ "cdma-info-rec-received": "/index.html" },
{ "nfc-manager-tech-discovered": "/index.html" },
{ "nfc-manager-tech-lost": "/index.html" },
{ "nfc-manager-send-file": "/index.html" },
{ "bluetooth-pairing-request": "/index.html" },
{ "push": "/index.html" },
{ "push-register": "/index.html" }
],
"connections": {
"mediacomms": {
"description": "Communication with media apps for now playing info",
"rules": {}
},
"search-results": {
"description": "Communicate between search results and search app",
"rules": {}
},
"ftucomms": {
"description": "Communicate between communications/ftu and System",
"rules": {}
},
"bluetoothTransfercomms": {
"description": "Communication with bluetooth apps for sending files info",
"rules": {}
},
"fxa-mgmt": {
"description": "Firefox Accounts management API",
"rules": {
"minimumAccessLevel": "certified"
}
},
"change-appearance-statusbar": {
"description": "Homescreens change statusbar appearance",
"rules": {}
}
},
"datastores-owned": {
"download_store": {
"access": "readwrite",
"description": "Stores successful downloads"
},
"places": {
"access": "readwrite",
"description": "Stores data about browsing history."
}
},
"datastores-access": {
"Basket_Newsletter": {
"readonly": false,
"description": "Email address for sending newsletter"
}
}
}