blob: 134a3fea556953a1d66ebe0a4490a88703662f99 [file] [log] [blame]
{
"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",
"bookmarkManagerPrivate",
"bookmarks",
"browsingData",
"chromePrivate",
"chromeosInfoPrivate",
"clipboardRead",
"clipboardWrite",
"cloudPrintPrivate",
"contentSettings",
"contextMenus",
"cookies",
"debugger",
"devtools",
"declarativeWebRequest",
"downloads",
"experimental",
"fileManagerPrivate",
"fileSystem",
"fileSystem.write",
"fontSettings",
"geolocation",
"history",
"idle",
"input",
"inputMethodPrivate",
"management",
"mediaGalleries",
"mediaGalleries.allAutoDetected",
"mediaGalleries.read",
"mediaPlayerPrivate",
"metricsPrivate",
"notifications",
"echoPrivate",
"pageCapture",
"plugin",
"privacy",
"proxy",
"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"
],
"bluetooth": {}
}