Eureka Shopping

Eureka Shopping

Discover more of what you love!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Eureka Shopping",
  "version": "3.29",
  "manifest_version": 3,
  "description": "Discover more of what you love!",
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "host_permissions": [
    "https://*.joineureka.com/*",
    "https://*.eurekashopping.com/*"
  ],
  "permissions": [
    "tabs",
    "idle",
    "alarms",
    "storage",
    "cookies"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "js": [
        "content.js"
      ],
      "matches": [
        "https://*/*",
        "http://*/*"
      ],
      "run_at": "document_end",
      "all_frames": false
    }
  ],
  "action": {
    "default_icon": {
      "16": "icons/16.png",
      "48": "icons/48.png",
      "128": "icons/128.png"
    },
    "default_title": "Eureka Shopping"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "/widget/index.html"
      ],
      "matches": [
        "<all_urls>"
      ]
    },
    {
      "resources": [
        "/notch-notification/index.html"
      ],
      "matches": [
        "<all_urls>"
      ]
    },
    {
      "resources": [
        "/page-inject/index.html"
      ],
      "matches": [
        "<all_urls>"
      ]
    },
    {
      "resources": [
        "/autoapply/index.html"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "externally_connectable": {
    "matches": [
      "https://joineureka.com/*",
      "https://review.joineureka.com/*",
      "https://eurekashopping.com/*",
      "https://review.eurekashopping.com/*"
    ]
  }
}