OLD | NEW |
1 { | 1 { |
2 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDr+Q7QFcTr4Wmn9sSICKWbxnYLhIM0ER
bcapZCDmpAkiBUhOPt+KkYnTdUFl4Kx2xv02MwIowh36Fho9Dhqh7cPWGIPsLHUaJosO6t6oaHxQsMQS
/K4MlnP5pNJykExo82DcajSXGV+mIQH3RslxL+XhtmIh2BQLwbizVG0bA+mwIDAQAB", | 2 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDr+Q7QFcTr4Wmn9sSICKWbxnYLhIM0ER
bcapZCDmpAkiBUhOPt+KkYnTdUFl4Kx2xv02MwIowh36Fho9Dhqh7cPWGIPsLHUaJosO6t6oaHxQsMQS
/K4MlnP5pNJykExo82DcajSXGV+mIQH3RslxL+XhtmIh2BQLwbizVG0bA+mwIDAQAB", |
3 "name": "Test Automation Provider Extension", | 3 "name": "Test Automation Provider Extension", |
4 "version": "1", | 4 "version": "1", |
5 "manifest_version": 2, | 5 "manifest_version": 2, |
6 "description": "Test Automation Provider Extension", | 6 "description": "Test Automation Provider Extension", |
7 "default_locale": "en", | 7 "default_locale": "en", |
8 "background": { | 8 "background": { |
9 "scripts": ["connection_handler.js", "server.js", "background.js"] | 9 "scripts": ["connection_handler.js", "server.js", "background.js"] |
10 }, | 10 }, |
(...skipping 14 matching lines...) Expand all Loading... |
25 "cloudPrintPrivate", | 25 "cloudPrintPrivate", |
26 "contentSettings", | 26 "contentSettings", |
27 "contextMenus", | 27 "contextMenus", |
28 "cookies", | 28 "cookies", |
29 "debugger", | 29 "debugger", |
30 "devtools", | 30 "devtools", |
31 "declarativeWebRequest", | 31 "declarativeWebRequest", |
32 "downloads", | 32 "downloads", |
33 "experimental", | 33 "experimental", |
34 "fileBrowserHandler", | 34 "fileBrowserHandler", |
35 "fileBrowserPrivate", | 35 "fileManagerPrivate", |
36 "fileSystem", | 36 "fileSystem", |
37 "fileSystem.write", | 37 "fileSystem.write", |
38 "fontSettings", | 38 "fontSettings", |
39 "geolocation", | 39 "geolocation", |
40 "history", | 40 "history", |
41 "idle", | 41 "idle", |
42 "input", | 42 "input", |
43 "inputMethodPrivate", | 43 "inputMethodPrivate", |
44 "management", | 44 "management", |
45 "mediaGalleries", | 45 "mediaGalleries", |
(...skipping 27 matching lines...) Expand all Loading... |
73 "videoCapture", | 73 "videoCapture", |
74 "wallpaperPrivate", | 74 "wallpaperPrivate", |
75 "webNavigation", | 75 "webNavigation", |
76 "webstorePrivate", | 76 "webstorePrivate", |
77 "webRequest", | 77 "webRequest", |
78 "webRequestBlocking", | 78 "webRequestBlocking", |
79 "webview" | 79 "webview" |
80 ], | 80 ], |
81 "bluetooth": {} | 81 "bluetooth": {} |
82 } | 82 } |
OLD | NEW |