| OLD | NEW |
| 1 { | 1 { |
| 2 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDNAtiHknM7LHSwE9YKiFFvYvsp0TkfIr
iWfrjz53odJD0jEbOtyNhVXqdBOdtcenbSraxt7oJ9GlIfUkvBMP5iOpcrJkYfuNJv8ANHTKC79TjGXR
g76TjiqpNI+R2NiVav1pXlzYZpu0ToaiaOcr3IgoGsvIUPcC6pd1U5AjdrCQIDAQAB", | 2 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDNAtiHknM7LHSwE9YKiFFvYvsp0TkfIr
iWfrjz53odJD0jEbOtyNhVXqdBOdtcenbSraxt7oJ9GlIfUkvBMP5iOpcrJkYfuNJv8ANHTKC79TjGXR
g76TjiqpNI+R2NiVav1pXlzYZpu0ToaiaOcr3IgoGsvIUPcC6pd1U5AjdrCQIDAQAB", |
| 3 "manifest_version": 2, | 3 "manifest_version": 2, |
| 4 "name": "__MSG_app_name__", | 4 "name": "__MSG_app_name__", |
| 5 "description": "__MSG_app_description__", | 5 "description": "__MSG_app_description__", |
| 6 "version": "0.3", | 6 "version": "0.3", |
| 7 "minimum_chrome_version": "28", | 7 "minimum_chrome_version": "28", |
| 8 "default_locale": "en", | 8 "default_locale": "en", |
| 9 "incognito" : "split", | 9 "incognito" : "split", |
| 10 "icons": { | 10 "icons": { |
| (...skipping 17 matching lines...) Expand all Loading... |
| 28 "chromeosInfoPrivate", | 28 "chromeosInfoPrivate", |
| 29 "fileSystem", | 29 "fileSystem", |
| 30 "firstRunPrivate", | 30 "firstRunPrivate", |
| 31 "management", | 31 "management", |
| 32 "metricsPrivate", | 32 "metricsPrivate", |
| 33 "webview", | 33 "webview", |
| 34 "storage", | 34 "storage", |
| 35 "unlimitedStorage", | 35 "unlimitedStorage", |
| 36 "https://*.ytimg.com/*", | 36 "https://*.ytimg.com/*", |
| 37 "https://www.google.com/*", | 37 "https://www.google.com/*", |
| 38 "https://support.google.com/*", |
| 38 "https://commondatastorage.googleapis.com/*", | 39 "https://commondatastorage.googleapis.com/*", |
| 39 "https://storage.googleapis.com/*", | 40 "https://storage.googleapis.com/*", |
| 40 "https://www-googleapis-test.sandbox.google.com/*", | |
| 41 "https://www.googleapis.com/*", | |
| 42 "https://www.google-analytics.com/" | 41 "https://www.google-analytics.com/" |
| 43 ], | 42 ], |
| 44 "oauth2": { | 43 "oauth2": { |
| 45 "client_id": "929143421683.apps.googleusercontent.com", | 44 "client_id": "929143421683.apps.googleusercontent.com", |
| 46 "scopes": [ | 45 "scopes": [ |
| 47 "https://www.googleapis.com/auth/supportcontent", | 46 "https://www.googleapis.com/auth/supportcontent", |
| 48 "https://www.googleapis.com/auth/cases", | 47 "https://www.googleapis.com/auth/cases", |
| 49 "https://www.googleapis.com/auth/cases.readonly", | 48 "https://www.googleapis.com/auth/cases.readonly", |
| 50 "https://www.google.com/accounts/OAuthLogin" | 49 "https://www.google.com/accounts/OAuthLogin" |
| 51 ] | 50 ] |
| 52 }, | 51 }, |
| 53 "display_in_new_tab_page": false, | 52 "display_in_new_tab_page": false, |
| 54 "url_handlers": { | 53 "url_handlers": { |
| 55 "view_answer": { | 54 "view_answer": { |
| 56 "matches": [ | 55 "matches": [ |
| 57 "https://support.google.com/chromeos-gethelp/answer/*" | 56 "https://support.google.com/chromeos-gethelp/answer/*" |
| 58 ], | 57 ], |
| 59 "title": "Open Help Article" | 58 "title": "Open Help Article" |
| 60 }, | 59 }, |
| 61 "home": { | 60 "home": { |
| 62 "matches": [ | 61 "matches": [ |
| 63 "https://support.google.com/chromeos-gethelp", | 62 "https://support.google.com/chromeos-gethelp", |
| 64 "https://support.google.com/chromeos-gethelp/" | 63 "https://support.google.com/chromeos-gethelp/" |
| 65 ], | 64 ], |
| 66 "title": "Open Help" | 65 "title": "Open Help" |
| 67 } | 66 } |
| 68 } | 67 } |
| 69 } | 68 } |
| OLD | NEW |