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

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

Issue 181063036: Add incognito:split to Chrome Connectivity Diagnostics app (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/connectivity_diagnostics_launcher/manifest.json » ('j') | 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": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDGJWLUb83WKoDeODlrPIZu60M8bzbvrk g3Jf/5aO3ux2FL+G+/BO4Vyt/J0t8lXBtnTOvHo6KPpA042PyE9xMdlufFnJqEkvPXNzRlBWeVQqFHbM WE6o/x8diG69dNmHyFYcUjjFFDk2X2GOLQXNUGJQ6MIikbdzoWdLGttmhAIwIDAQAB", 2 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDGJWLUb83WKoDeODlrPIZu60M8bzbvrk g3Jf/5aO3ux2FL+G+/BO4Vyt/J0t8lXBtnTOvHo6KPpA042PyE9xMdlufFnJqEkvPXNzRlBWeVQqFHbM WE6o/x8diG69dNmHyFYcUjjFFDk2X2GOLQXNUGJQ6MIikbdzoWdLGttmhAIwIDAQAB",
3 "manifest_version": 2, 3 "manifest_version": 2,
4 "incognito" : "split",
4 "name": "Connectivity Diagnostics", 5 "name": "Connectivity Diagnostics",
5 "version": "1.1.0", 6 "version": "1.1.0",
6 "minimum_chrome_version": "29", 7 "minimum_chrome_version": "29",
7 "offline_enabled": true, 8 "offline_enabled": true,
8 "default_locale": "en", 9 "default_locale": "en",
9 "icons": { 10 "icons": {
10 "128": "img/icon_128.png", 11 "128": "img/icon_128.png",
11 "16": "img/icon_16.png" 12 "16": "img/icon_16.png"
12 }, 13 },
13 "permissions" : [ 14 "permissions" : [
(...skipping 29 matching lines...) Expand all
43 "https://*.google.com/*" 44 "https://*.google.com/*"
44 ], 45 ],
45 "app": { 46 "app": {
46 "background": { 47 "background": {
47 "scripts": ["background.js"] 48 "scripts": ["background.js"]
48 } 49 }
49 }, 50 },
50 "display_in_launcher": false, 51 "display_in_launcher": false,
51 "display_in_new_tab_page": false 52 "display_in_new_tab_page": false
52 } 53 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/connectivity_diagnostics_launcher/manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698