blob: a56d5740b1fde44469e0ff19f2bf7b517343ea00 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
{
"key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCtl3tO0osjuzRsf6xtD2SKxPlTfuoy7AWoObysitBPvH5fE1NaAA1/2JkPWkVDhdLBWLaIBPYeXbzlHp3y4Vv/4XG+aN5qFE3z+1RU/NqkzVYHtIpVScf3DjTYtKVL66mzVGijSoAIwbFCC3LpGdaoe6Q1rSRDp76wR6jjFzsYwQIDAQAB",
"name": "Chrome Web Store",
"version": "0.1",
"description": "Web Store",
"icons": {
},
"app": {
"launch": {
"web_url": "https://chrome.google.com/extensions"
},
"urls": [
"*://chrome.google.com/extensions",
"*://chrome.google.com/webstore",
"*://clients2.google.com/service/update2",
"*://clients2.googleusercontent.com/crx"
]
},
"permissions": [
"webstorePrivate",
"management"
]
}
|