1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/dom/apps/tests/marketplace/marketplace_privileged_app.webapp Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,50 @@ 1.4 +{ 1.5 + "version": "0.2.2", 1.6 + "name": "KitchenSink", 1.7 + "description": "Tests and report APIs available on the device", 1.8 + "launch_path": "/index.html", 1.9 + "developer": { 1.10 + "name": "Piotr Zalewa", 1.11 + "url": "http://www.mozillalabs.com" 1.12 + }, 1.13 + "icons": { 1.14 + "16": "/img/icons/logo-16.png", 1.15 + "32": "/img/icons/logo-32.png", 1.16 + "64": "/img/icons/logo-64.png", 1.17 + "128": "/img/icons/logo-128.png", 1.18 + "256": "/img/icons/logo-256.png" 1.19 + }, 1.20 + "type": "privileged", 1.21 + "permissions": { 1.22 + "alarms": { 1.23 + "description": "Testing" 1.24 + }, 1.25 + "browser": { 1.26 + "description": "Testing" 1.27 + }, 1.28 + "geolocation": { 1.29 + "description": "Testing" 1.30 + }, 1.31 + "contacts": { 1.32 + "access": "readwrite", 1.33 + "description": "Testing" 1.34 + }, 1.35 + "device-storage:sdcard": { 1.36 + "access": "readwrite", 1.37 + "description": "Testing" 1.38 + }, 1.39 + "fmradio": { 1.40 + "description": "Testing" 1.41 + }, 1.42 + "storage": { 1.43 + "description": "Testing" 1.44 + }, 1.45 + "systemXHR": { 1.46 + "description": "Testing" 1.47 + }, 1.48 + "tcp-socket": { 1.49 + "description": "Testing" 1.50 + } 1.51 + }, 1.52 + "package_path": "marketplace_privileged_app.zip" 1.53 +}