Amazon.in Price Tracker Firefox

Examine source code of Amazon.in Price Tracker

By: Yash Add-on
Inspect and view changes in Amazon.in Price Tracker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Amazon.in Price Tracker",
  "version": "1.0.0",
  "description": "Track product prices on Amazon.in and get alerts when prices change.",
  "permissions": [
    "storage",
    "alarms",
    "contextMenus",
    "notifications",
    "scripting",
    "activeTab"
  ],
  "host_permissions": [
    "https://www.amazon.in/*",
    "https://amazon.in/*"
  ],
  "action": {
    "default_popup": "popup/popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "background": {
    "service_worker": "background.js",
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.amazon.in/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "options_ui": {
    "page": "dashboard/dashboard.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "yash.prashad.work@gmail.com",
      "strict_min_version": "121.0",
      "data_collection_permissions": {
        "required": [
          "websiteContent"
        ],
        "optional": []
      }
    }
  }
}

Best Amazon.in Price Tracker Alternatives

Here are some Firefox add-ons that are similar to Amazon.in Price Tracker: