OLD | NEW |
1 { | 1 { |
2 "name": "App Extension API Stubs Test", | 2 "name": "App Extension API Stubs Test", |
3 "version": "1.0", | 3 "version": "1.0", |
4 "manifest_version": 2, | 4 "manifest_version": 2, |
5 "app": { | 5 "app": { |
6 "background": { | 6 "background": { |
7 "scripts": ["background.js"] | 7 "scripts": ["background.js"] |
8 } | 8 } |
9 }, | 9 }, |
10 "permissions": [ | 10 "permissions": [ |
(...skipping 11 matching lines...) Expand all Loading... |
22 "hid", | 22 "hid", |
23 "identity", | 23 "identity", |
24 "identity.email", | 24 "identity.email", |
25 "idle", | 25 "idle", |
26 "location", | 26 "location", |
27 {"mediaGalleries": ["read", "allAutoDetected"]}, | 27 {"mediaGalleries": ["read", "allAutoDetected"]}, |
28 "nativeMessaging", | 28 "nativeMessaging", |
29 "notifications", | 29 "notifications", |
30 "pointerLock", | 30 "pointerLock", |
31 "power", | 31 "power", |
32 "pushMessaging", | |
33 "serial", | 32 "serial", |
34 "signedInDevices", | 33 "signedInDevices", |
35 {"socket": ["tcp-connect", "tcp-listen", "udp-send-to", "udp-bind"]}, | 34 {"socket": ["tcp-connect", "tcp-listen", "udp-send-to", "udp-bind"]}, |
36 "storage", | 35 "storage", |
37 "tts", | 36 "tts", |
38 "unlimitedStorage", | 37 "unlimitedStorage", |
39 "usb", | 38 "usb", |
40 "videoCapture" | 39 "videoCapture" |
41 ], | 40 ], |
42 "bluetooth": {}, | 41 "bluetooth": {}, |
43 "commands": {}, | 42 "commands": {}, |
44 "sockets": {} | 43 "sockets": {} |
45 } | 44 } |
OLD | NEW |