{
  "name": "Hoodiecrow",
  "description": "Simple and elegant email client with integrated end-to-end encryption. Keeping your emails safe has never been so easy.",
  "version": "x.x.x.x",
  "manifest_version": 2,
  "offline_enabled": true,
  "icons": {
    "128": "img/icon-128-chrome.png",
    "196": "img/icon-196-universal.png"
  },
  "permissions": [
    "unlimitedStorage",
    "notifications",
    "https://www.googleapis.com/",
    "https://keyserver.ubuntu.com/",
    "identity"
  ],
  "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDBXqC3/oX5fP/gLORcVN62Pf3Ph+pO4qEB+FynSMWMoqWUt7FDoaKuHrsP/KInuP/0PUZcqpij9kB9MytLTqYzGIoRsUd37i1Dt6R69fnNsIqAISgoWIRg4VyRdon9cTIniv3DVV45PPyNCvN+oQoBMv9NbojWnlL9W05bKYkABQIDAQAB",
  "oauth2": {
    "client_id": "775974498568.apps.googleusercontent.com",
    "scopes": [
      "email",
      "https://mail.google.com/"
    ]
  },
  "app": {
    "background": {
      "scripts": ["background.js"]
    }
  },
  "sandbox": {
    "pages": ["tpl/read-sandbox.html"],
    "content_security_policy": "sandbox allow-popups allow-scripts; default-src 'self'; object-src 'none'; style-src 'self' 'unsafe-inline'; img-src *"
  }
}