e0f29c3f8f3b383f9aa9360bb535450dff88b156
[platform/framework/web/crosswalk.git] / src / chrome / test / ext_auto / auto_provider / manifest.json
1 {
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      "bluetooth",
19      "bookmarkManagerPrivate",
20      "bookmarks",
21      "browsingData",
22      "chromePrivate",
23      "chromeosInfoPrivate",
24      "clipboardRead",
25      "clipboardWrite",
26      "cloudPrintPrivate",
27      "contentSettings",
28      "contextMenus",
29      "cookies",
30      "debugger",
31      "devtools",
32      "declarativeWebRequest",
33      "downloads",
34      "experimental",
35      "fileBrowserHandler",
36      "fileBrowserPrivate",
37      "fileSystem",
38      "fileSystem.write",
39      "fontSettings",
40      "geolocation",
41      "history",
42      "idle",
43      "input",
44      "inputMethodPrivate",
45      "management",
46      "mediaGalleries",
47      "mediaGalleries.allAutoDetected",
48      "mediaGalleries.read",
49      "mediaGalleriesPrivate",
50      "mediaPlayerPrivate",
51      "metricsPrivate",
52      "notifications",
53      "echoPrivate",
54      "pageCapture",
55      "plugin",
56      "privacy",
57      "proxy",
58      "pushMessaging",
59      "rtcPrivate",
60      "runtime",
61      "serial",
62      "syncFileSystem",
63      {"socket": ["tcp-connect", "tcp-listen"]},
64      "storage",
65      "systemPrivate",
66      "tabs",
67      "tabCapture",
68      "terminalPrivate",
69      "topSites",
70      "tts",
71      "ttsEngine",
72      "unlimitedStorage",
73      "usb",
74      "videoCapture",
75      "wallpaperPrivate",
76      "webNavigation",
77      "webstorePrivate",
78      "webRequest",
79      "webRequestBlocking",
80      "webview"
81   ]
82 }