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 "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 "mediaGalleriesPrivate", 49 "mediaPlayerPrivate", 50 "metricsPrivate", 51 "notifications", 52 "echoPrivate", 53 "pageCapture", 54 "plugin", 55 "privacy", 56 "proxy", 57 "pushMessaging", 58 "rtcPrivate", 59 "runtime", 60 "serial", 61 "syncFileSystem", 62 {"socket": ["tcp-connect", "tcp-listen"]}, 63 "storage", 64 "systemPrivate", 65 "tabs", 66 "tabCapture", 67 "terminalPrivate", 68 "topSites", 69 "tts", 70 "ttsEngine", 71 "unlimitedStorage", 72 "usb", 73 "videoCapture", 74 "wallpaperPrivate", 75 "webNavigation", 76 "webstorePrivate", 77 "webRequest", 78 "webRequestBlocking", 79 "webview" 80 ], 81 "bluetooth": {} 82 } 83