Easy Shop

Easy Shop

AI Smart Deals for your every need. Save money and earn rewards.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Easy Shop",
  "version": "3.27",
  "description": "AI Smart Deals for your every need. Save money and earn rewards.",
  "permissions": [
    "activeTab",
    "history",
    "storage"
  ],
  "icons": {
    "16": "assets/icon16.png",
    "32": "assets/icon32.png",
    "48": "assets/icon48.png",
    "128": "assets/icon128.png"
  },
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "background": {
    "service_worker": "firebase.js",
    "type": "module",
    "content_security_policy": "script-src 'self' https://magnetcents.com; object-src 'self'"
  },
  "content_scripts": [
    {
      "js": [
        "assets/content-script-reloader-aeb3c833.js",
        "import-app.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "css": [
        "coupon.css"
      ],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "chunks/*-*.js",
        "app.js"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ]
}