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