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.2", |
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 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
53 }, | 53 }, |
54 "display_in_new_tab_page": false, | 54 "display_in_new_tab_page": false, |
55 "url_handlers": { | 55 "url_handlers": { |
56 "view_answer": { | 56 "view_answer": { |
57 "matches": [ | 57 "matches": [ |
58 "https://support.google.com/chromeos-gethelp/answer/*" | 58 "https://support.google.com/chromeos-gethelp/answer/*" |
59 ], | 59 ], |
60 "title": "Open Help Article" | 60 "title": "Open Help Article" |
61 }, | 61 }, |
62 "hts": { | 62 "hts": { |
63 "matches": [ | 63 "matches": [ |
64 "https://support.google.com/chromeos-gethelp/rts", | 64 "https://support.google.com/chromeos-gethelp/rts*", |
65 "https://support.google.com/chromeos-gethelp/helpouts" | 65 "https://support.google.com/chromeos-gethelp/helpouts*" |
66 ], | 66 ], |
67 "title": "Open HTS" | 67 "title": "Contact Support" |
68 }, | 68 }, |
69 "home": { | 69 "home": { |
70 "matches": [ | 70 "matches": [ |
71 "https://support.google.com/chromeos-gethelp", | 71 "https://support.google.com/chromeos-gethelp", |
72 "https://support.google.com/chromeos-gethelp/" | 72 "https://support.google.com/chromeos-gethelp/" |
73 ], | 73 ], |
74 "title": "Open Help" | 74 "title": "Open Help" |
75 } | 75 } |
76 } | 76 } |
77 } | 77 } |
OLD | NEW |