| 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 13 matching lines...) Expand all Loading... |
| 24 "clipboardWrite", | 24 "clipboardWrite", |
| 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", | |
| 35 "fileManagerPrivate", | 34 "fileManagerPrivate", |
| 36 "fileSystem", | 35 "fileSystem", |
| 37 "fileSystem.write", | 36 "fileSystem.write", |
| 38 "fontSettings", | 37 "fontSettings", |
| 39 "geolocation", | 38 "geolocation", |
| 40 "history", | 39 "history", |
| 41 "idle", | 40 "idle", |
| 42 "input", | 41 "input", |
| 43 "inputMethodPrivate", | 42 "inputMethodPrivate", |
| 44 "management", | 43 "management", |
| (...skipping 26 matching lines...) Expand all Loading... |
| 71 "videoCapture", | 70 "videoCapture", |
| 72 "wallpaperPrivate", | 71 "wallpaperPrivate", |
| 73 "webNavigation", | 72 "webNavigation", |
| 74 "webstorePrivate", | 73 "webstorePrivate", |
| 75 "webRequest", | 74 "webRequest", |
| 76 "webRequestBlocking", | 75 "webRequestBlocking", |
| 77 "webview" | 76 "webview" |
| 78 ], | 77 ], |
| 79 "bluetooth": {} | 78 "bluetooth": {} |
| 80 } | 79 } |
| OLD | NEW |