Octoshop: Price compare, cashback, alerts

Octoshop: Price compare, cashback, alerts

Get the best price every time! Earn cash back at thousands of retailers, compare prices, and set price drop alerts.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Octoshop: Price compare, cashback, alerts",
  "description": "Get the best price every time! Earn cash back at thousands of retailers, compare prices, and set price drop alerts.",
  "version": "104.24.1",
  "manifest_version": 3,
  "externally_connectable": {
    "matches": [
      "https://ibotta.com/*"
    ],
    "ids": [
      "mfaedmjlefifhnhpgipjjiiekchaimpk",
      "eakakilajiadeadpakfhgahplpphgiko",
      "daoahnjjdjmnkppejpdedleddnnccdmh",
      "odcdkbcfkbfldbcadjnpiphmacnkckll",
      "ahajkaoongodcmoohkcceoklokapadfh",
      "lhnbfmicemfhkonkkejfpcjdpkphkppm",
      "dpokhdgldbkphnijmamknognepahmkhi"
    ]
  },
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "optional_permissions": [
    "notifications"
  ],
  "permissions": [
    "storage",
    "unlimitedStorage",
    "background",
    "webRequest",
    "declarativeNetRequest",
    "alarms",
    "offscreen",
    "cookies"
  ],
  "background": {
    "service_worker": "static/js/background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "css": [
        "/static/css/content.css"
      ],
      "js": [
        "/static/js/content.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "static/media/*",
        "*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "icons": {
    "16": "icons/octoshop_icon_production_16.png",
    "32": "icons/octoshop_icon_production_32.png",
    "48": "icons/octoshop_icon_production_48.png",
    "128": "icons/octoshop_icon_production_128.png"
  },
  "action": {
    "default_popup": "browserAction.html"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}