{
   "action": {
      "default_icon": {
         "16": "icons/default-16.png",
         "19": "icons/default-19.png",
         "32": "icons/default-32.png",
         "38": "icons/default-38.png"
      },
      "default_popup": "popover/popover.html",
      "default_title": "PayPal Honey"
   },
   "background": {
      "service_worker": "h0.js"
   },
   "content_scripts": [ {
      "all_frames": false,
      "js": [ "h1-check.js" ],
      "match_about_blank": false,
      "matches": [ "http://*/*", "https://*/*" ],
      "run_at": "document_end"
   } ],
   "content_security_policy": {
      "extension_pages": "script-src 'self'; object-src 'self';",
      "isolated_world": "script-src 'self'; object-src 'self';"
   },
   "default_locale": "en",
   "description": "__MSG_Automatically_find_and_apply_coupon_codes_when_you_shop_online__",
   "host_permissions": [ "http://*/*", "https://*/*" ],
   "icons": {
      "128": "icons/honey-logo-128.png",
      "16": "icons/honey-logo-16.png",
      "48": "icons/honey-logo-48.png"
   },
   "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC79mayLyuCYY/dyT7Ycr1sVBp9yHrY4mnogVEgu+sDT6+/A121Na+aTw6mFLD6LHgbgHt4fnQ2V/QwcfBSXRTSkGpgNsZAjnYs4/XzZQYKGltWT93EP9zXN1kGbtzfkPGzTakquCfOjbKtbAQKWh8ppzqLhWcRUn9g/PhU99F29QIDAQAB",
   "manifest_version": 3,
   "name": "__MSG_Honey_Title__",
   "permissions": [ "alarms", "cookies", "storage", "unlimitedStorage", "scripting", "webRequest", "offscreen" ],
   "update_url": "https://clients2.google.com/service/update2/crx",
   "version": "19.3.0",
   "web_accessible_resources": [ {
      "matches": [ "http://*/*", "https://*/*" ],
      "resources": [ "checkoutPaypal/*", "extensionMixinScripts/*", "images/*", "offscreen/*", "paypal/*", "proxies/*" ]
   } ]
}
