Do not announce robot account token before account ID is available
[chromium-blink-merge.git] / chrome / test / ext_auto / auto_provider / manifest.json
blob1e6bc1076a0de0d4bd8f10783545e4b5958f8cb8
2   "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDr+Q7QFcTr4Wmn9sSICKWbxnYLhIM0ERbcapZCDmpAkiBUhOPt+KkYnTdUFl4Kx2xv02MwIowh36Fho9Dhqh7cPWGIPsLHUaJosO6t6oaHxQsMQS/K4MlnP5pNJykExo82DcajSXGV+mIQH3RslxL+XhtmIh2BQLwbizVG0bA+mwIDAQAB",
3   "name": "Test Automation Provider Extension",
4   "version": "1",
5   "manifest_version": 2,
6   "description": "Test Automation Provider Extension",
7   "default_locale": "en",
8   "background": {
9     "scripts": ["connection_handler.js", "server.js", "background.js"]
10   },
11   "content_security_policy": "default-src 'self' 'unsafe-eval'; script-src 'self' 'unsafe-eval';",
12   "permissions": [
13      "activeTab",
14      "alarms",
15      "audioCapture",
16      "autotestPrivate",
17      "background",
18      "bookmarkManagerPrivate",
19      "bookmarks",
20      "browsingData",
21      "chromePrivate",
22      "chromeosInfoPrivate",
23      "clipboardRead",
24      "clipboardWrite",
25      "cloudPrintPrivate",
26      "contentSettings",
27      "contextMenus",
28      "cookies",
29      "debugger",
30      "devtools",
31      "declarativeWebRequest",
32      "downloads",
33      "experimental",
34      "fileBrowserHandler",
35      "fileManagerPrivate",
36      "fileSystem",
37      "fileSystem.write",
38      "fontSettings",
39      "geolocation",
40      "history",
41      "idle",
42      "input",
43      "inputMethodPrivate",
44      "management",
45      "mediaGalleries",
46      "mediaGalleries.allAutoDetected",
47      "mediaGalleries.read",
48      "mediaPlayerPrivate",
49      "metricsPrivate",
50      "notifications",
51      "echoPrivate",
52      "pageCapture",
53      "plugin",
54      "privacy",
55      "proxy",
56      "pushMessaging",
57      "rtcPrivate",
58      "runtime",
59      "serial",
60      "syncFileSystem",
61      {"socket": ["tcp-connect", "tcp-listen"]},
62      "storage",
63      "systemPrivate",
64      "tabs",
65      "tabCapture",
66      "terminalPrivate",
67      "topSites",
68      "tts",
69      "ttsEngine",
70      "unlimitedStorage",
71      "usb",
72      "videoCapture",
73      "wallpaperPrivate",
74      "webNavigation",
75      "webstorePrivate",
76      "webRequest",
77      "webRequestBlocking",
78      "webview"
79   ],
80   "bluetooth": {}