Shoptimate : automatic price comparison

Shoptimate : automatic price comparison

Shoptimate compares prices automatically for you. We provide coupons and price alerts.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": "Sourcefully.com",
  "background": {
    "service_worker": "js/shoptimate-background.js"
  },
  "content_scripts": [
    {
      "js": [
        "js/jquery-3.5.1.min.js",
        "shoptimate.js"
      ],
      "matches": [
        "*://*/*"
      ],
      "run_at": "document_start"
    }
  ],
  "default_locale": "en",
  "description": "__MSG_extDescription__",
  "icons": {
    "128": "icon.png"
  },
  "manifest_version": 3,
  "name": "__MSG_extName__",
  "options_ui": {
    "page": "options.html"
  },
  "action": {
    "browser_style": true,
    "default_title": "Shoptimate",
    "default_icon": "icon.png"
  },
  "permissions": [
    "webNavigation",
    "storage",
    "notifications"
  ],
  "host_permissions": [
    "https://api.shoptimate.com/*",
    "https://toolbar.shoptimate.com/*",
    "http://*/*",
    "https://*/*"
  ],
  "short_name": "Shoptimate.com",
  "version": "1.6",
  "web_accessible_resources": [
    {
      "resources": [
        "frame.html",
        "loading.html"
      ],
      "extension_ids": [
        "jjkjeolkhanoemknfjnjjlljnbmdcffj",
        "bibdombdcdbbnfdjkaajfgnfhlapibde"
      ]
    }
  ]
}