Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 { | |
| 2 "name": "App Extension API Stubs Test", | |
| 3 "version": "1.0", | |
| 4 "manifest_version": 2, | |
| 5 "app": { | |
| 6 "background": { | |
| 7 "scripts": ["background.js"] | |
| 8 } | |
| 9 }, | |
| 10 "permissions": [ | |
| 11 "adview", | |
| 12 "alarms", | |
| 13 "audio", | |
| 14 "audioCapture", | |
| 15 "automation", | |
| 16 "browser", | |
| 17 "clipboardRead", | |
| 18 "clipboardWrite", | |
| 19 "contextMenus", | |
| 20 "desktopCapture", | |
| 21 "fileBrowserHandler", | |
| 22 {"fileSystem": ["write"]}, | |
| 23 "gcm", | |
| 24 "geolocation", | |
| 25 "hid", | |
| 26 "identity", | |
| 27 "idle", | |
| 28 "location", | |
| 29 {"mediaGalleries": ["read", "allAutoDetected"]}, | |
| 30 "nativeMessaging", | |
| 31 "notifications", | |
| 32 "pointerLock", | |
| 33 "power", | |
| 34 "pushMessaging", | |
| 35 "serial", | |
| 36 "signedInDevices", | |
| 37 {"socket": ["tcp-connect", "tcp-listen", "udp-send-to", "udp-bind"]}, | |
| 38 "storage", | |
| 39 "tts", | |
| 40 "unlimitedStorage", | |
| 41 "usb", | |
| 42 "videoCapture" | |
|
not at google - send to devlin
2014/05/03 00:12:43
whee
could you also add empty objects for "blueto
| |
| 43 ] | |
| 44 } | |
| OLD | NEW |