RetailMeNot Deal Finder™️

RetailMeNot Deal Finder™️

Automatically finds the best promo codes and cash back as you shop online.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "RetailMeNot Deal Finder™️",
  "description": "Automatically finds the best promo codes and cash back as you shop online.",
  "version": "4.0.9",
  "manifest_version": 3,
  "background": {
    "service_worker": "background.bundle.js"
  },
  "permissions": [
    "cookies",
    "storage",
    "tabs",
    "webNavigation",
    "webRequest"
  ],
  "host_permissions": [
    "*://*/*"
  ],
  "action": {
    "default_title": "RetailMeNot Deal Finder™️"
  },
  "icons": {
    "16": "./html/images/icon_16.png",
    "32": "./html/images/icon_32.png",
    "64": "./html/images/icon_64.png",
    "128": "./html/images/icon_128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "inject.bundle.js",
        "inject.vendors.bundle.js"
      ]
    }
  ],
  "minimum_chrome_version": "88.0.0"
}