| 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..79da327b85c852bc41ac32b2201ae1b1c200ccd5
|
| --- /dev/null
|
| +++ b/chrome/test/data/extensions/api_test/stubs_app/manifest.json
|
| @@ -0,0 +1,45 @@
|
| +{
|
| + "name": "App Extension API Stubs Test",
|
| + "version": "1.0",
|
| + "manifest_version": 2,
|
| + "app": {
|
| + "background": {
|
| + "scripts": ["background.js"]
|
| + }
|
| + },
|
| + "permissions": [
|
| + "adview",
|
| + "alarms",
|
| + "audio",
|
| + "audioCapture",
|
| + "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"
|
| + ],
|
| + "bluetooth": {},
|
| + "commands": {},
|
| + "sockets": {}
|
| +}
|
|
|