Chromium Code Reviews| Index: chrome/test/data/extensions/api_test/stubs_app/manifest.json |
| diff --git a/chrome/test/data/extensions/api_test/stubs_app/manifest.json b/chrome/test/data/extensions/api_test/stubs_app/manifest.json |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..223b6416b860765877390dbb96009b1ec8545ddb |
| --- /dev/null |
| +++ b/chrome/test/data/extensions/api_test/stubs_app/manifest.json |
| @@ -0,0 +1,44 @@ |
| +{ |
| + "name": "App Extension API Stubs Test", |
| + "version": "1.0", |
| + "manifest_version": 2, |
| + "app": { |
| + "background": { |
| + "scripts": ["background.js"] |
| + } |
| + }, |
| + "permissions": [ |
| + "adview", |
| + "alarms", |
| + "audio", |
| + "audioCapture", |
| + "automation", |
| + "browser", |
| + "clipboardRead", |
| + "clipboardWrite", |
| + "contextMenus", |
| + "desktopCapture", |
| + "fileBrowserHandler", |
| + {"fileSystem": ["write"]}, |
| + "gcm", |
| + "geolocation", |
| + "hid", |
| + "identity", |
| + "idle", |
| + "location", |
| + {"mediaGalleries": ["read", "allAutoDetected"]}, |
| + "nativeMessaging", |
| + "notifications", |
| + "pointerLock", |
| + "power", |
| + "pushMessaging", |
| + "serial", |
| + "signedInDevices", |
| + {"socket": ["tcp-connect", "tcp-listen", "udp-send-to", "udp-bind"]}, |
| + "storage", |
| + "tts", |
| + "unlimitedStorage", |
| + "usb", |
| + "videoCapture" |
|
not at google - send to devlin
2014/05/03 00:12:43
whee
could you also add empty objects for "blueto
|
| + ] |
| +} |