{
   "background": {
      "service_worker": "background.js"
   },
   "content_scripts": [ {
      "js": [ "content.js" ],
      "matches": [ "http://mail.google.com/*", "https://mail.google.com/*" ],
      "run_at": "document_end"
   } ],
   "default_locale": "en",
   "description": "__MSG_appDesc__",
   "host_permissions": [ "http://*.todoist.com/*", "https://*.todoist.com/*", "https://mail.google.com/*", "http://mail.google.com/*" ],
   "icons": {
      "128": "todoist_128.png",
      "16": "todoist_16.png",
      "256": "todoist_256.png",
      "48": "todoist_48.png"
   },
   "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAok/DPHgnEFP73TN7VBMvmJJ3D8NV/+A4fbE0oT54klOELbMbPc2OnHyXpShRY/snH4aUrJUHvGySG0GFwIvxSYFvF8xB7AKSu8Q7qwGxrSaQrU0sGskSLds/Cb2r1FqNG9lxjT6qG29IjiQlwUwtp5Qy9L+k4LYc66kuRVw6TCwiGGV8OKdwDILIeCpH5DL+dUZISRGEMszeROGo48u7rXK2Bg0wbj3dj22Bk9QdGv82lCsRHPj78RO8WxAqOwywGw1uBFFUXGUbO7YtShe+BkGYGjq8RxLkU2c7DvlPD44AzDKPwTe65LOy4PSkI5JxL8FQeKsepYoVpZo5xfRcewIDAQAB",
   "manifest_version": 3,
   "name": "__MSG_appName__",
   "permissions": [ "scripting", "declarativeNetRequestWithHostAccess" ],
   "update_url": "https://clients2.google.com/service/update2/crx",
   "version": "7.7.4",
   "web_accessible_resources": [ {
      "matches": [ "http://mail.google.com/*", "https://mail.google.com/*" ],
      "resources": [ "frame.html" ]
   }, {
      "matches": [ "http://mail.google.com/*", "https://mail.google.com/*" ],
      "resources": [ "*.map" ]
   } ]
}
