FeaturedSavings Firefox

Examine source code of FeaturedSavings

Inspect and view changes in FeaturedSavings source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "__MSG_chrome_extension_Name__",
  "version": "1",
  "default_locale": "en",
  "description": "__MSG_chrome_extension_description__",
  "homepage_url": "https://featuredsavings.com/",
  "browser_specific_settings": {
    "gecko": {
      "id": "featured-savings@featuredsavings.com"
    }
  },
  "icons": {
    "128": "icons/logo.png"
  },
  "permissions": [
    "tabs",
    "storage",
    "cookies"
  ],
  "host_permissions": [
    "https://featuredsavings.com/"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_title": "__MSG_chrome_extension_Name__",
    "default_icon": "icons/logo.png"
  },
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "exclude_matches": [
        "https://featuredsavings.com/"
      ],
      "js": [
        "js/content-script.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "js/content-script.js",
        "css/fix.css",
        "icons/logo.png",
        "icons/coupon.svg"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self';"
  }
}

Best FeaturedSavings Alternatives

Here are some Firefox add-ons that are similar to FeaturedSavings: