{
  "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/webstore"
    },
    "urls": [
      "*://chrome.google.com/extensions",
      "*://chrome.google.com/webstore",
      "*://clients2.google.com/service/update2",
      "*://clients2.googleusercontent.com/crx"
    ]
  },
  "permissions": [
    "webstorePrivate",
    "management"
  ]
}