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