Wed, 31 Dec 2014 06:09:35 +0100
Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.
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 | } |