dom/apps/tests/marketplace/marketplace_privileged_app.webapp

Thu, 22 Jan 2015 13:21:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 22 Jan 2015 13:21:57 +0100
branch
TOR_BUG_9701
changeset 15
b8a032363ba2
permissions
-rw-r--r--

Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6

michael@0 1 {
michael@0 2 "version": "0.2.2",
michael@0 3 "name": "KitchenSink",
michael@0 4 "description": "Tests and report APIs available on the device",
michael@0 5 "launch_path": "/index.html",
michael@0 6 "developer": {
michael@0 7 "name": "Piotr Zalewa",
michael@0 8 "url": "http://www.mozillalabs.com"
michael@0 9 },
michael@0 10 "icons": {
michael@0 11 "16": "/img/icons/logo-16.png",
michael@0 12 "32": "/img/icons/logo-32.png",
michael@0 13 "64": "/img/icons/logo-64.png",
michael@0 14 "128": "/img/icons/logo-128.png",
michael@0 15 "256": "/img/icons/logo-256.png"
michael@0 16 },
michael@0 17 "type": "privileged",
michael@0 18 "permissions": {
michael@0 19 "alarms": {
michael@0 20 "description": "Testing"
michael@0 21 },
michael@0 22 "browser": {
michael@0 23 "description": "Testing"
michael@0 24 },
michael@0 25 "geolocation": {
michael@0 26 "description": "Testing"
michael@0 27 },
michael@0 28 "contacts": {
michael@0 29 "access": "readwrite",
michael@0 30 "description": "Testing"
michael@0 31 },
michael@0 32 "device-storage:sdcard": {
michael@0 33 "access": "readwrite",
michael@0 34 "description": "Testing"
michael@0 35 },
michael@0 36 "fmradio": {
michael@0 37 "description": "Testing"
michael@0 38 },
michael@0 39 "storage": {
michael@0 40 "description": "Testing"
michael@0 41 },
michael@0 42 "systemXHR": {
michael@0 43 "description": "Testing"
michael@0 44 },
michael@0 45 "tcp-socket": {
michael@0 46 "description": "Testing"
michael@0 47 }
michael@0 48 },
michael@0 49 "package_path": "marketplace_privileged_app.zip"
michael@0 50 }

mercurial