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": "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 }, | 7 }, |
8 "app": { | 8 "app": { |
9 "launch": { | 9 "launch": { |
10 "web_url": "https://chrome.google.com/extensions" | 10 "web_url": "https://chrome.google.com/extensions" |
11 }, | 11 }, |
12 "urls": [ | 12 "urls": [ |
13 "https://chrome.google.com/extensions", | 13 "https://chrome.google.com/extensions", |
14 "https://clients2.google.com/service/update2", | 14 "https://clients2.google.com/service/update2", |
15 "https://clients2.googleusercontent.com/crx" | 15 "https://clients2.googleusercontent.com/crx" |
16 ] | 16 ] |
17 }, | 17 }, |
18 "permissions": [ | 18 "permissions": [ |
19 "webstorePrivate" | 19 "webstorePrivate", |
| 20 "experimental" |
20 ] | 21 ] |
21 } | 22 } |
OLD | NEW |