Savings.com Coupons & Promo Codes

Find and apply promo codes at checkout on various online stores, helping you save money while shopping online.
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "name": "Savings.com Coupons & Promo Codes",
  "description": "Find and apply promo codes at checkout on various online stores, helping you save money while shopping online.",
  "version": "1.0.17",
  "manifest_version": 3,
  "icons": {
    "16": "/img/savings-16.png",
    "48": "/img/savings-48.png",
    "128": "/img/savings-128.png"
  },
  "action": {
    "default_icon": {
      "16": "/img/savings-16.png",
      "48": "/img/savings-48.png",
      "128": "/img/savings-128.png"
    }
  },
  "permissions": [
    "storage",
    "tabs",
    "gcm",
    "notifications"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/launcher.js",
        "content-script.js"
      ]
    }
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "*.png",
        "*.jpg",
        "*.gif",
        "*.eot",
        "*.eot#iefix",
        "*.ttf",
        "*.woff",
        "*.svg",
        "*.js",
        "*.css",
        "*.html"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}