Blue Light Card - Save big on the brands you love

Blue Light Card - Save big on the brands you love

Access deals from JD Sports, Ninja, Booking.com and 13,000+ more as you browse. Never miss a Blue Light Card offer again.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Blue Light Card - Save big on the brands you love",
  "description": "Access deals from JD Sports, Ninja, Booking.com and 13,000+ more as you browse. Never miss a Blue Light Card offer again.",
  "version": "1.1.1",
  "manifest_version": 3,
  "icons": {
    "16": "icon.png",
    "128": "icon.png",
    "256": "icon.png"
  },
  "action": {
    "default_title": "Blue Light Card",
    "default_popup": "popup.html"
  },
  "permissions": [
    "webRequest",
    "storage",
    "tabs"
  ],
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "host_permissions": [
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "contentScript.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "BLC_Logo.png",
        "icon.png",
        "MuseoSansRounded100.otf",
        "MuseoSansRounded300.otf",
        "MuseoSansRounded700.otf"
      ],
      "matches": [
        "<all_urls>"
      ],
      "extension_ids": [
        "dakpibaklabdppmmjpndemaedhhlljln"
      ]
    }
  ]
}