summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/webstore_app/manifest.json
blob: b27e1e37075dbf7617423eae7780ed023f2bc1f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "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": [
      "https://chrome.google.com/extensions",
      "https://clients2.google.com/service/update2",
      "https://clients2.googleusercontent.com/crx"
    ]
  },
  "permissions": [
    "webstorePrivate",
    "experimental"
  ]
}