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