| OLD | NEW |
| 1 { | 1 { |
| 2 // chrome-extension://kddnkjkcjddckihglkfcickdhbmaodcn/ | 2 // chrome-extension://kddnkjkcjddckihglkfcickdhbmaodcn/ |
| 3 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCvO/P4dVdpUZlr+oT5s3ccPIOIxZl6fO
ch+sqcQWsROKNf+mvKZURGnVts8ttHH4oRt2+LW3I2M5PrkW9Q6ZPkOX5ZQFFuD7ujPSaUn8+Br5lC5T
tlXsNzp1r+962Qaa1d8zCocwF/IZ+9M5bt61LUJ6Obe8lw+NRnC6CS6DuiewIDAQAB", | 3 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCvO/P4dVdpUZlr+oT5s3ccPIOIxZl6fO
ch+sqcQWsROKNf+mvKZURGnVts8ttHH4oRt2+LW3I2M5PrkW9Q6ZPkOX5ZQFFuD7ujPSaUn8+Br5lC5T
tlXsNzp1r+962Qaa1d8zCocwF/IZ+9M5bt61LUJ6Obe8lw+NRnC6CS6DuiewIDAQAB", |
| 4 "name": "Chrome Goodies", | 4 "name": "Chrome Goodies", |
| 5 "version": "1.0.0", | 5 "version": "1.0.0", |
| 6 "description": "Chrome Goodies", | 6 "description": "Chrome Goodies", |
| 7 "manifest_version": 2, | 7 "manifest_version": 2, |
| 8 "content_security_policy": "default-src 'self'; connect-src 'self' https://chr
omeos-registration.googleapis.com https://www.google-analytics.com", | 8 "content_security_policy": "default-src 'self' blob: filesystem:; connect-src
'self' blob: filesystem: https://chromeos-registration.googleapis.com https://ww
w.google-analytics.com", |
| 9 "permissions": [ | 9 "permissions": [ |
| 10 "alarms", | 10 "alarms", |
| 11 "cookies", | 11 "cookies", |
| 12 "chromeosInfoPrivate", | 12 "chromeosInfoPrivate", |
| 13 "echoPrivate", | 13 "echoPrivate", |
| 14 "metricsPrivate", | 14 "metricsPrivate", |
| 15 "notifications", | 15 "notifications", |
| 16 "storage", | 16 "storage", |
| 17 "https://*/*" | 17 "https://*/*" |
| 18 ], | 18 ], |
| (...skipping 18 matching lines...) Expand all Loading... |
| 37 ], | 37 ], |
| 38 "persistent": false | 38 "persistent": false |
| 39 }, | 39 }, |
| 40 "externally_connectable": { | 40 "externally_connectable": { |
| 41 "ids": ["*"], | 41 "ids": ["*"], |
| 42 "matches": [ | 42 "matches": [ |
| 43 "*://www.google.com/*chrome/devices/goodies.html*" | 43 "*://www.google.com/*chrome/devices/goodies.html*" |
| 44 ] | 44 ] |
| 45 } | 45 } |
| 46 } | 46 } |
| OLD | NEW |