Compare it - search and buy

Compare it - search and buy

Find the best product for your search

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": "Roundforest",
  "name": "Compare it - search and buy",
  "description": "Find the best product for your search",
  "version": "1.0.27",
  "manifest_version": 3,
  "permissions": [
    "scripting",
    "activeTab",
    "storage"
  ],
  "action": {
    "default_icon": {
      "16": "favicon16.png",
      "32": "favicon32.png"
    }
  },
  "icons": {
    "16": "favicon16.png",
    "32": "favicon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "js": [
        "assets/content-script-loader.index.tsx.a86bd428.ca886e7a.js"
      ],
      "matches": [
        "https://*.google.com/*",
        "http://localhost:3000/*"
      ],
      "run_at": "document_end"
    }
  ],
  "host_permissions": [
    "*://*/*"
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "http://localhost:3000/*",
        "https://*.google.com/*"
      ],
      "resources": [
        "assets/web-vitals.67dce932.js",
        "assets/storage-client.a969d977.js",
        "assets/index.tsx.a86bd428.js"
      ],
      "use_dynamic_url": true
    }
  ]
}