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

Side by Side Diff: chrome/browser/resources/webstore_app/manifest.json

Issue 10823115: crbug.com/124865 - DCHECK failure when pinning Chrome Web Store to Launcher (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 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 | « chrome/browser/resources/webstore_app/images/icon16.png ('k') | 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": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCtl3tO0osjuzRsf6xtD2SKxPlTfuoy7A WoObysitBPvH5fE1NaAA1/2JkPWkVDhdLBWLaIBPYeXbzlHp3y4Vv/4XG+aN5qFE3z+1RU/NqkzVYHtI pVScf3DjTYtKVL66mzVGijSoAIwbFCC3LpGdaoe6Q1rSRDp76wR6jjFzsYwQIDAQAB", 2 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCtl3tO0osjuzRsf6xtD2SKxPlTfuoy7A WoObysitBPvH5fE1NaAA1/2JkPWkVDhdLBWLaIBPYeXbzlHp3y4Vv/4XG+aN5qFE3z+1RU/NqkzVYHtI pVScf3DjTYtKVL66mzVGijSoAIwbFCC3LpGdaoe6Q1rSRDp76wR6jjFzsYwQIDAQAB",
3 "name": "Chrome Web Store", 3 "name": "Chrome Web Store",
4 "version": "0.1", 4 "version": "0.1",
5 "description": "Web Store", 5 "description": "Web Store",
6 "icons": { 6 "icons": {
7 "16": "images/icon16.png",
8 "128": "images/icon128.png"
7 }, 9 },
8 "app": { 10 "app": {
9 "launch": { 11 "launch": {
10 "web_url": "https://chrome.google.com/webstore" 12 "web_url": "https://chrome.google.com/webstore"
11 }, 13 },
12 "urls": [ 14 "urls": [
13 "https://chrome.google.com/webstore" 15 "https://chrome.google.com/webstore"
14 ] 16 ]
15 }, 17 },
16 "permissions": [ 18 "permissions": [
17 "appNotifications", 19 "appNotifications",
18 "webstorePrivate", 20 "webstorePrivate",
19 "management" 21 "management"
20 ] 22 ]
21 } 23 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/webstore_app/images/icon16.png ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698