SPOT ON - save time & shop with certainty

SPOT ON - save time & shop with certainty

Tired of hours of shopping research? Spot On instantly recommends the best products right on your Google search results page.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": "Roundforest",
  "name": "SPOT ON - save time & shop with certainty",
  "description": "Tired of hours of shopping research?  Spot On instantly recommends the best products right on your Google search results page.",
  "version": "2.0.14",
  "manifest_version": 3,
  "permissions": [
    "storage"
  ],
  "action": {
    "default_icon": {
      "16": "favicon16.png",
      "32": "favicon32.png"
    },
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "favicon16.png",
    "32": "favicon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "web_accessible_resources": [
    {
      "matches": [
        "http://localhost:3000/*",
        "https://*.bing.com/*",
        "https://*.google.com/*"
      ],
      "resources": [
        "*.mp4"
      ],
      "use_dynamic_url": false
    },
    {
      "matches": [
        "http://localhost:3000/*",
        "https://*.bing.com/*",
        "https://*.google.com/*"
      ],
      "resources": [
        "assets/render-app.02642468.js",
        "assets/web-vitals.89c7231a.js",
        "assets/storage-client.abf1a22e.js",
        "assets/index.tsx.910f5361.js"
      ],
      "use_dynamic_url": true
    }
  ],
  "content_scripts": [
    {
      "js": [
        "assets/content-script-loader.index.tsx.910f5361.03009b1d.js"
      ],
      "matches": [
        "https://*.bing.com/*",
        "https://*.google.com/*",
        "http://localhost:3000/*"
      ],
      "run_at": "document_end"
    }
  ],
  "host_permissions": [
    "*://*/*"
  ]
}