{
   "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": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwO1d7ebRs8BEslE9D5z9GAMgE0KVbNcoTSowUp4Vm3wP6zKpRguiR6DQmDcX2jFrZRaHeDrX12uZ9YgCRMncMr08u82/A4AjqLur1aR6pXAJkdctknClI30E+VGlQ1pu00VoiolP2FNYTDHMXNA0N0n6wSn+sC2uSq9Db3hXepPoSwxxNSUI9x4CiCL01z7HaLfgdpbF+MMIAFHM/lI2NnHCg/dAR/tuhG/80vKSoIdqU2ZMNMbe7SimCCt33S1UJZs4CdKfgjs+3waOvo7Px+WFZppFmM11lJXKAXxkMXXDkUp0y4FQdcdDsfX6TMohbYghGYB2vTKrqqXyWQW/UQIDAQAB",
   "manifest_version": 3,
   "name": "__MSG_Honey_Title__",
   "permissions": [ "alarms", "cookies", "storage", "unlimitedStorage", "scripting", "webRequest", "offscreen" ],
   "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx",
   "version": "19.3.0",
   "web_accessible_resources": [ {
      "matches": [ "http://*/*", "https://*/*" ],
      "resources": [ "checkoutPaypal/*", "extensionMixinScripts/*", "images/*", "offscreen/*", "paypal/*", "proxies/*" ]
   } ]
}
