Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(437)

Side by Side Diff: chrome/browser/resources/chromeos/genius_app/manifest.json

Issue 492343003: GetHelp: Release manifest.json for M38-rc2 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698