PC Parts Price Tracker

PC Parts Price Tracker

Check price history, compare price from multiple vendors.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "PC Parts Price Tracker",
  "description": "Check price history, compare price from multiple vendors.",
  "version": "1.1",
  "manifest_version": 3,
  "author": "yetanotherdev",
  "action": {
    "default_icon": "images/icon.png",
    "default_popup": "popup.html",
    "default_title": "Get Part Price Details"
  },
  "permissions": [
    "activeTab"
  ],
  "host_permissions": [
    "https://pcpph.in/*"
  ]
}