Pricedo Extension Firefox

Examine source code of Pricedo Extension

Inspect and view changes in Pricedo Extension source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "version": "0.0.1",
  "short_name": "PriceDo",
  "name": "Pricedo - Get Cashback on Your Purchases",
  "description": "Shop popular stores, find coupons, and earn cashback",
  "background": {
    "scripts": [
      "background.bundle.js"
    ]
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": "icon128-active.png"
  },
  "icons": {
    "128": "icon128-active.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "contentScript.bundle.js"
      ]
    }
  ],
  "permissions": [
    "activeTab",
    "cookies",
    "storage",
    "tabs",
    "webNavigation",
    "alarms"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "injectTripInfoScript.js",
        "*.css",
        "icon128-active.png",
        "*.png"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "pricedo@extension.org",
      "strict_min_version": "42.0"
    }
  }
}

Best Pricedo Extension Alternatives

Here are some Firefox add-ons that are similar to Pricedo Extension: