OLD | NEW |
---|---|
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://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
| |
17 "https://www.google.com/settings/chrome/family" | |
16 ] | 18 ] |
17 }, | 19 }, |
18 "permissions": [ | 20 "permissions": [ |
19 "webstorePrivate", | 21 "webstorePrivate", |
20 "management", | 22 "management", |
21 "system.cpu", | 23 "system.cpu", |
22 "system.display", | 24 "system.display", |
23 "system.memory", | 25 "system.memory", |
24 "system.network", | 26 "system.network", |
25 "system.storage" | 27 "system.storage" |
26 ] | 28 ] |
27 } | 29 } |
OLD | NEW |