CouponDuos: The Money Saver

CouponDuos: The Money Saver

Automatically finds and test coupons while you shop online. Install now and start saving money!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "CouponDuos: The Money Saver",
  "version": "1.6",
  "description": "Automatically finds and test coupons while you shop online. Install now and start saving money!",
  "permissions": [
    "storage",
    "tabs",
    "https://*/"
  ],
  "background": {
    "scripts": [
      "js/jquery-3.5.1.min.js",
      "js/background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "images/candy_logo16.png",
    "default_title": "CouponDuos"
  },
  "icons": {
    "16": "images/candy_logo16.png",
    "32": "images/candy_logo32.png",
    "48": "images/candy_logo48.png"
  },
  "options_page": "options.html",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/jquery-3.5.1.min.js",
        "js/content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "web_accessible_resources": [
    "pop_remind.html",
    "pop_unbill_remind.html",
    "pop_applyError.html",
    "pop_applySuccess.html",
    "pop_automatch.html",
    "css/popup.css",
    "css/popApply.css",
    "css/popupremind.css",
    "js/jquery-3.5.1.min.js",
    "images/candy-logo.jpg",
    "js/popup.js",
    "fonts/*",
    "images/*",
    "FiraSans-ExtraLightItalic.ttf"
  ],
  "manifest_version": 2
}