Promocodes Hero

Promocodes Hero

Promocodes Hero makes it easy to save money by automatically using the latest validated coupon codes at checkout.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Promocodes Hero ",
  "short_name": "PromocodesHero ",
  "description": "Promocodes Hero makes it easy to save money by automatically using the latest validated coupon codes at checkout. ",
  "version": "3.0.0",
  "manifest_version": 3,
  "action": {
    "default_icon": "assets/icons/inactive-128x128.png",
    "default_title": "Promocodes Hero "
  },
  "background": {
    "service_worker": "static/js/background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "static/js/index.js"
      ]
    }
  ],
  "permissions": [
    "tabs",
    "storage",
    "unlimitedStorage",
    "gcm",
    "alarms",
    "webRequest"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "/app/*",
        "/assets/*",
        "/assets/icons/*",
        "/assets/fonts/*",
        "/assets/images/*",
        "/assets/medias/*",
        "/assets/fonts/Poppins-Regular.ttf",
        "/assets/fonts/Poppins-Medium.ttf",
        "/assets/fonts/Poppins-Bold.ttf",
        "/assets/fonts/Poppins-ExtraBold.ttf",
        "/static/css/*",
        "/static/js/*",
        "/static/media/*",
        "/static/css/root.css",
        "/static/css/content.css"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}