Pin Chrome's shortcut to the Win10 Start menu on install and OS upgrade.
[chromium-blink-merge.git] / chrome / test / data / extensions / api_test / stubs_app / manifest.json
blob79a32eb0a8dcf7efb24c1d4480e2b4caa15af7cb
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     "alarms",
12     "audio",
13     "audioCapture",
14     "clipboardRead",
15     "clipboardWrite",
16     "contextMenus",
17     "desktopCapture",
18     "fileSystem",
19     "gcm",
20     "geolocation",
21     "hid",
22     "identity",
23     "identity.email",
24     "idle",
25     "location",
26     {"mediaGalleries": ["read", "allAutoDetected"]},
27     "nativeMessaging",
28     "notifications",
29     "pointerLock",
30     "power",
31     "serial",
32     "signedInDevices",
33     {"socket": ["tcp-connect", "tcp-listen", "udp-send-to", "udp-bind"]},
34     "storage",
35     "tts",
36     "unlimitedStorage",
37     "usb",
38     "videoCapture"
39   ],
40   "bluetooth": {},
41   "commands": {},
42   "sockets": {}