{
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAy+lMkSS5gi1VFKYgtbQxNtfiZj90/jv8RIC2Mi/kW/YSBcyn6IcmJjV6Tcm8G/VbNm3FiMGcN/BHRmZYBbAZFi64/f/obxy1+baJNIcmFbQ/8QbZWJlnKAfvTczVW/Ptz1DgxTWHsBfkYSTJVTJfYZf8JV6LLPGZbaNiUwXqNNldUeX9/XwtVKXFTIc+mmVmFAk9lHNAA9pW9YZ4eE8jmXwR4FHrwNdZlc+loYQVxMHdTHTTsfN2ObiFxSd4dhAg3/yNtBrf5UzsKI79/04N3eGj+firYPlCCRh/ZfdrN3XjSApYJ+KSl5V6Bzpa7DqRzgtOH1bIc9sWtE9qKtPXswIDAQAB",
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "name": "VSTS Pull Requests",
  "description": "VSTS Manage pull requests in multiple repositories",
  "version": "2.1.2",
  "icons": {
    "16": "img/icon/vsts_16px.png",
    "32": "img/icon/vsts_32px.png",
    "48": "img/icon/vsts_48px.png",
    "128": "img/icon/vsts_128px.png"
  },
  "browser_action": {
    "default_popup": "index.html"
  },
  "web_accessible_resources" :[
      "/pullRequest/pullRequest.html",
      "/member/member.html",
      "/spinner/spinner.html",
      "/settings/settings.html"
  ],
  "permissions": [
    "identity",
    "storage",
    "notifications",
    "webRequest",
    "alarms",
    "https://app.vssps.visualstudio.com/oauth2/*"
  ],
  "background": {
    "page": "background.html",
    "persistent": true
  }
}