RetailMeNot Deal Finder™️

RetailMeNot Deal Finder™️

RetailMeNot Deal Finder™️ automatically finds the best promo codes and cash back as you shop online.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "RetailMeNot Deal Finder™️",
  "description": "Automatically finds the best promo codes and cash back as you shop online.",
  "version": "4.0.7",
  "manifest_version": 2,
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "109.0"
    }
  },
  "background": {
    "scripts": [
      "background.bundle.js"
    ],
    "persistent": true
  },
  "browser_action": {},
  "permissions": [
    "<all_urls>",
    "cookies",
    "scripting",
    "storage",
    "tabs",
    "webNavigation",
    "webRequest"
  ],
  "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"
      ]
    }
  ]
}