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..e12dcd22ee8885edd93a6a6c084387699fa3694a 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,9 @@ |
"web_url": "https://chrome.google.com/webstore" |
}, |
"urls": [ |
- "https://chrome.google.com/webstore" |
+ "https://chrome.google.com/webstore", |
+ "https://www.google.com/settings/chrome/manage", |
Marc Treib
2015/02/04 12:34:25
We will need to call the new function from our das
not at google - send to devlin
2015/02/04 21:28:29
So the problem is that |urls| actually gives scope
Marc Treib
2015/02/05 10:33:37
Woah, that's quite unexpected! Why can I even spec
not at google - send to devlin
2015/02/05 17:34:20
That's a good question. One difference is that the
Marc Treib
2015/02/06 13:58:17
I see, thanks. Still somewhat surprising that the
not at google - send to devlin
2015/02/06 18:27:55
I agree. There are reasons, which are strictly cor
|
+ "https://www.google.com/settings/chrome/family" |
] |
}, |
"permissions": [ |