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

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

Issue 1260983002: Add the Chrome Playpen Dashboard URL to the manifest file of the Chrome Web Store App. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Increase manifest version number Created 5 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": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCtl3tO0osjuzRsf6xtD2SKxPlTfuoy7A WoObysitBPvH5fE1NaAA1/2JkPWkVDhdLBWLaIBPYeXbzlHp3y4Vv/4XG+aN5qFE3z+1RU/NqkzVYHtI pVScf3DjTYtKVL66mzVGijSoAIwbFCC3LpGdaoe6Q1rSRDp76wR6jjFzsYwQIDAQAB", 2 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCtl3tO0osjuzRsf6xtD2SKxPlTfuoy7A WoObysitBPvH5fE1NaAA1/2JkPWkVDhdLBWLaIBPYeXbzlHp3y4Vv/4XG+aN5qFE3z+1RU/NqkzVYHtI pVScf3DjTYtKVL66mzVGijSoAIwbFCC3LpGdaoe6Q1rSRDp76wR6jjFzsYwQIDAQAB",
3 "name": "Web Store", 3 "name": "Web Store",
4 "version": "0.2", 4 "version": "0.3",
5 "description": "Chrome Web Store", 5 "description": "Chrome Web Store",
6 "icons": { 6 "icons": {
7 "16": "webstore_icon_16.png", 7 "16": "webstore_icon_16.png",
8 "128": "webstore_icon_128.png" 8 "128": "webstore_icon_128.png"
9 }, 9 },
10 "app": { 10 "app": {
11 "launch": { 11 "launch": {
12 "web_url": "https://chrome.google.com/webstore" 12 "web_url": "https://chrome.google.com/webstore"
13 }, 13 },
14 "urls": [ 14 "urls": [
15 "https://chrome.google.com/webstore" 15 "https://chrome.google.com/webstore",
16 "https://chrome.google.com/manage"
not at google - send to devlin 2015/07/29 17:48:47 I didn't realise this is what we agreed on... It'
16 ] 17 ]
17 }, 18 },
18 "permissions": [ 19 "permissions": [
19 "webstorePrivate", 20 "webstorePrivate",
20 "management", 21 "management",
21 "system.cpu", 22 "system.cpu",
22 "system.display", 23 "system.display",
23 "system.memory", 24 "system.memory",
24 "system.network", 25 "system.network",
25 "system.storage" 26 "system.storage"
26 ] 27 ]
27 } 28 }
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