Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/apps/system/manifest.webapp
diff options
context:
space:
mode:
Diffstat (limited to 'apps/system/manifest.webapp')
-rw-r--r--apps/system/manifest.webapp68
1 files changed, 68 insertions, 0 deletions
diff --git a/apps/system/manifest.webapp b/apps/system/manifest.webapp
new file mode 100644
index 0000000..8155791
--- /dev/null
+++ b/apps/system/manifest.webapp
@@ -0,0 +1,68 @@
+{
+ "name": "System",
+ "type": "certified",
+ "description": "Main System",
+ "launch_path": "/index.html",
+ "developer": {
+ "name": "The Gaia Team",
+ "url": "https://github.com/mozilla-b2g/gaia"
+ },
+ "permissions": {
+ "alarms": {},
+ "browser":{},
+ "power":{},
+ "fmradio":{},
+ "webapps-manage":{},
+ "mobileconnection":{},
+ "bluetooth":{},
+ "telephony":{},
+ "voicemail":{},
+ "device-storage:sdcard":{ "access": "readonly" },
+ "device-storage:pictures":{ "access": "readwrite" },
+ "device-storage:videos":{ "access": "readwrite" },
+ "device-storage:music":{ "access": "readcreate" },
+ "settings":{ "access": "readwrite" },
+ "storage":{},
+ "camera":{},
+ "geolocation":{},
+ "wifi-manage":{},
+ "desktop-notification":{},
+ "idle":{},
+ "network-events":{},
+ "embed-apps":{},
+ "background-sensors":{},
+ "permissions":{},
+ "audio-channel-publicnotification":{},
+ "audio-channel-notification":{},
+ "audio-channel-content":{},
+ "cellbroadcast":{}
+ },
+ "locales": {
+ "ar": {
+ "name": "System",
+ "description": "Main System"
+ },
+ "en-US": {
+ "name": "System",
+ "description": "Main System"
+ },
+ "fr": {
+ "name": "System",
+ "description": "Main System"
+ },
+ "zh-TW": {
+ "name": "System",
+ "description": "Main System"
+ }
+ },
+ "default_locale": "en-US",
+ "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" },
+ { "bluetooth-hfp-status-changed": "/index.html" }
+ ]
+}