{
   "action": {
      "default_icon": {
         "19": "icon/browsericon-off-19.png",
         "38": "icon/browsericon-off-38.png"
      },
      "default_popup": "popover.html",
      "default_title": "__MSG_app_name__"
   },
   "background": {
      "service_worker": "background.js"
   },
   "content_scripts": [ {
      "all_frames": false,
      "js": [ "vendor.js", "components.js", "contentFunc.js", "content.js" ],
      "match_about_blank": false,
      "matches": [ "http://*/*", "https://*/*" ],
      "run_at": "document_end"
   }, {
      "all_frames": false,
      "js": [ "vendor.js", "guide.js" ],
      "match_about_blank": false,
      "matches": [ "http://*/*", "https://*/*" ],
      "run_at": "document_start"
   }, {
      "all_frames": false,
      "js": [ "message.js" ],
      "match_about_blank": false,
      "matches": [ "http://*/*", "https://*/*" ],
      "run_at": "document_idle",
      "world": "MAIN"
   } ],
   "content_security_policy": {
      "extension_pages": "script-src 'self'; object-src 'self';"
   },
   "default_locale": "en",
   "description": "__MSG_app_description__",
   "host_permissions": [ "http://*/*", "https://*/*" ],
   "icons": {
      "128": "icon/icon-128.png",
      "16": "icon/icon-16.png",
      "48": "icon/icon-48.png"
   },
   "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgSZyTE0bgqvNL0gZgT0s+DsSDrGO0iskmQR7A/Ayn00oal8Frp6g9kVnh4P+7ZlYqNpF/ggXpprBMLQQAlVo57XRB4rJbHEJOSr5z1qf90NT3zdiNNQdJC6tOTLZMZnR13LA2677Kl7K/u2vR/3r1FcvkeuHC42u2I89h5Vz1s80e9Hc98fsXM0gtiCz1QKW/mf0d4YcFgyLTdvm5106WXEH/maqRKlFuo+w0P33qnRflzX7y2ca4lMYUr5uc2/M9FE1EnhoKfu4c37u/h4773welAafdMWQaI7u/lx+reaQCSPxX6mYIhx4pc7u7RS7hVAQMAWJlRHiRtFxMfSb7QIDAQAB",
   "manifest_version": 3,
   "name": "__MSG_app_name__",
   "permissions": [ "cookies", "storage", "unlimitedStorage", "webRequest", "alarms" ],
   "update_url": "https://clients2.google.com/service/update2/crx",
   "version": "6.19.30",
   "web_accessible_resources": [ {
      "matches": [ "\u003Call_urls>" ],
      "resources": [ "image/*", "css/*", "font/*" ]
   }, {
      "matches": [ "http://*/*", "https://*/*" ],
      "resources": [ "js/optanon.js" ]
   }, {
      "matches": [ "http://*/*", "https://*/*" ],
      "resources": [ "js/elephant.js" ]
   }, {
      "matches": [ "http://*/*", "https://*/*" ],
      "resources": [ "js/enable-gdpr.js" ]
   } ]
}
