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.2", | 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": { |
11 "16": "icon/16.png", | 11 "16": "icon/16.png", |
12 "32": "icon/32.png", | 12 "32": "icon/32.png", |
13 "48": "icon/48.png", | 13 "48": "icon/48.png", |
14 "64": "icon/64.png", | 14 "64": "icon/64.png", |
15 "96": "icon/96.png", | 15 "96": "icon/96.png", |
16 "128": "icon/128.png", | 16 "128": "icon/128.png", |
17 "256": "icon/256.png" | 17 "256": "icon/256.png" |
18 }, | 18 }, |
19 "app": { | 19 "app": { |
20 "background": { | 20 "background": { |
21 "persistent": false, | 21 "persistent": false, |
22 "page": "background.html" | 22 "page": "background.html" |
23 } | 23 } |
24 }, | 24 }, |
25 "permissions": [ | 25 "permissions": [ |
26 "identity", | 26 "identity", |
27 "identity.email", | 27 "identity.email", |
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 "audioCapture", | |
36 "videoCapture", | |
37 "unlimitedStorage", | 35 "unlimitedStorage", |
38 "https://*.ytimg.com/*", | 36 "https://*.ytimg.com/*", |
39 "https://www.google.com/*", | 37 "https://www.google.com/*", |
40 "https://commondatastorage.googleapis.com/*", | 38 "https://commondatastorage.googleapis.com/*", |
41 "https://storage.googleapis.com/*", | 39 "https://storage.googleapis.com/*", |
42 "https://www-googleapis-test.sandbox.google.com/*", | 40 "https://www-googleapis-test.sandbox.google.com/*", |
43 "https://www.googleapis.com/*", | 41 "https://www.googleapis.com/*", |
44 "https://www.google-analytics.com/" | 42 "https://www.google-analytics.com/" |
45 ], | 43 ], |
46 "oauth2": { | 44 "oauth2": { |
47 "client_id": "929143421683.apps.googleusercontent.com", | 45 "client_id": "929143421683.apps.googleusercontent.com", |
48 "scopes": [ | 46 "scopes": [ |
49 "https://www.googleapis.com/auth/supportcontent", | 47 "https://www.googleapis.com/auth/supportcontent", |
50 "https://www.googleapis.com/auth/cases", | 48 "https://www.googleapis.com/auth/cases", |
51 "https://www.googleapis.com/auth/cases.readonly", | 49 "https://www.googleapis.com/auth/cases.readonly", |
52 "https://www.google.com/accounts/OAuthLogin" | 50 "https://www.google.com/accounts/OAuthLogin" |
53 ] | 51 ] |
54 }, | 52 }, |
55 "display_in_new_tab_page": false, | 53 "display_in_new_tab_page": false, |
56 "url_handlers": { | 54 "url_handlers": { |
57 "view_answer": { | 55 "view_answer": { |
58 "matches": [ | 56 "matches": [ |
59 "https://support.google.com/chromeos-gethelp/answer/*" | 57 "https://support.google.com/chromeos-gethelp/answer/*" |
60 ], | 58 ], |
61 "title": "Open Help Article" | 59 "title": "Open Help Article" |
62 }, | 60 }, |
63 "hts": { | |
64 "matches": [ | |
65 "https://support.google.com/chromeos-gethelp/rts*" | |
66 ], | |
67 "title": "Contact Support" | |
68 }, | |
69 "home": { | 61 "home": { |
70 "matches": [ | 62 "matches": [ |
71 "https://support.google.com/chromeos-gethelp", | 63 "https://support.google.com/chromeos-gethelp", |
72 "https://support.google.com/chromeos-gethelp/" | 64 "https://support.google.com/chromeos-gethelp/" |
73 ], | 65 ], |
74 "title": "Open Help" | 66 "title": "Open Help" |
75 } | 67 } |
76 } | 68 } |
77 } | 69 } |
OLD | NEW |