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

Unified 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, 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/webstore_app/manifest.json
diff --git a/chrome/browser/resources/webstore_app/manifest.json b/chrome/browser/resources/webstore_app/manifest.json
index 598455a84eb45858f91cde8cc201a1ab0dfad354..7a520a400d1d9f354aaa0f387abaf3b5216dddd2 100644
--- a/chrome/browser/resources/webstore_app/manifest.json
+++ b/chrome/browser/resources/webstore_app/manifest.json
@@ -1,7 +1,7 @@
{
"key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCtl3tO0osjuzRsf6xtD2SKxPlTfuoy7AWoObysitBPvH5fE1NaAA1/2JkPWkVDhdLBWLaIBPYeXbzlHp3y4Vv/4XG+aN5qFE3z+1RU/NqkzVYHtIpVScf3DjTYtKVL66mzVGijSoAIwbFCC3LpGdaoe6Q1rSRDp76wR6jjFzsYwQIDAQAB",
"name": "Web Store",
- "version": "0.2",
+ "version": "0.3",
"description": "Chrome Web Store",
"icons": {
"16": "webstore_icon_16.png",
@@ -12,7 +12,8 @@
"web_url": "https://chrome.google.com/webstore"
},
"urls": [
- "https://chrome.google.com/webstore"
+ "https://chrome.google.com/webstore",
+ "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'
]
},
"permissions": [
« 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