COS Cash-Back Tracker Firefox

Examine source code of COS Cash-Back Tracker

Inspect and view changes in COS Cash-Back Tracker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "COS Cash-Back Tracker",
  "version": "1.0.0",
  "description": "Track Capital One Shopping cash-back %, filter by store, find the top % deal, and get a daily email when your stores hit your thresholds.",
  "browser_specific_settings": {
    "gecko": {
      "id": "cos-cashback-tracker@wilcf",
      "strict_min_version": "115.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": [
          "personallyIdentifyingInfo"
        ]
      }
    }
  },
  "permissions": [
    "storage",
    "alarms",
    "tabs",
    "notifications"
  ],
  "host_permissions": [
    "https://capitaloneshopping.com/*",
    "https://*.capitaloneshopping.com/*",
    "https://script.google.com/*",
    "https://script.googleusercontent.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "action": {
    "default_popup": "popup.html",
    "default_title": "COS Cash-Back Tracker",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://capitaloneshopping.com/*",
        "https://*.capitaloneshopping.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ]
}

Best COS Cash-Back Tracker Alternatives

Here are some Firefox add-ons that are similar to COS Cash-Back Tracker: