Max Offers - Your Ultimate Rewards Companion

Max Offers - Your Ultimate Rewards Companion

Say goodbye to the hassle of manually enrolling in offers!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "icons": {
    "16": "icon16.plasmo.8c701d04.png",
    "32": "icon32.plasmo.0b9539e5.png",
    "48": "icon48.plasmo.67989269.png",
    "64": "icon64.plasmo.7dd37e6c.png",
    "128": "icon128.plasmo.8718abdc.png"
  },
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "icon16.plasmo.8c701d04.png",
      "32": "icon32.plasmo.0b9539e5.png",
      "48": "icon48.plasmo.67989269.png",
      "64": "icon64.plasmo.7dd37e6c.png",
      "128": "icon128.plasmo.8718abdc.png"
    },
    "default_popup": "popup.html"
  },
  "version": "3.1.1",
  "author": "Max Offers <[email protected]>",
  "name": "Max Offers - Your Ultimate Rewards Companion",
  "description": "Say goodbye to the hassle of manually enrolling in offers!",
  "background": {
    "service_worker": "static/background/index.js"
  },
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "contents.e249f545.js"
      ],
      "css": []
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.168acb29.js"
      ],
      "css": []
    }
  ],
  "host_permissions": [
    "https://*/*"
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "content.4f8063a1.css"
      ]
    }
  ]
}