Ibotta: Price compare, cashback, item alerts

Ibotta: Price compare, cashback, item 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


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Ibotta: Price compare, cashback, item alerts",
  "description": "Get the best price every time! Earn cash back at thousands of retailers, compare prices, and set price drop alerts.",
  "version": "4.25.0",
  "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/ibotta_icon_production_16.png",
    "32": "icons/ibotta_icon_production_32.png",
    "48": "icons/ibotta_icon_production_48.png",
    "128": "icons/ibotta_icon_production_128.png"
  },
  "action": {
    "default_popup": "browserAction.html"
  }
}