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 "clipboardRead", | |
| 16 "clipboardWrite", | |
| 17 "contextMenus", | |
| 18 "desktopCapture", | |
| 19 "fileBrowserHandler", | |
| 20 {"fileSystem": ["write"]}, | |
| 21 "gcm", | |
| 22 "geolocation", | |
| 23 "hid", | |
| 24 "identity", | |
| 25 "idle", | |
| 26 "location", | |
| 27 {"mediaGalleries": ["read", "allAutoDetected"]}, | |
| 28 "nativeMessaging", | |
| 29 "notifications", | |
| 30 "pointerLock", | |
| 31 "power", | |
| 32 "pushMessaging", | |
| 33 "serial", | |
| 34 "signedInDevices", | |
| 35 {"socket": ["tcp-connect", "tcp-listen", "udp-send-to", "udp-bind"]}, | |
| 36 "storage", | |
| 37 "tts", | |
| 38 "unlimitedStorage", | |
| 39 "usb", | |
| 40 "videoCapture" | |
| 41 ], | |
| 42 "bluetooth": {}, | |
| 43 "commands": {}, | |
| 44 "sockets": {} | |
| 45 } | |
| OLD | NEW |