Duplicate Purchase Alert HM Firefox

Examine source code of Duplicate Purchase Alert HM

Inspect and view changes in Duplicate Purchase Alert HM source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Duplicate Purchase Alert",
  "version": "1.3",
  "description": "Warns you if you're about to purchase something you've bought before.",
  "icons": {
    "32": "icons/logo_32.png",
    "64": "icons/logo_64.png",
    "128": "icons/logo_128.png"
  },
  "permissions": [
    "activeTab",
    "storage",
    "notifications"
  ],
  "browser_action": {
    "default_title": "Duplicate Purchase Alert",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "content.css"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "@Duplicate-Purchase-Alert",
      "data_collection_permissions": {
        "required": [
          "locationInfo"
        ],
        "optional": [
          "technicalAndInteraction"
        ]
      }
    }
  }
}

Best Duplicate Purchase Alert HM Alternatives

Here are some Firefox add-ons that are similar to Duplicate Purchase Alert HM: