Price Hunter Chrome extension

Price Hunter Chrome extension

A chrome extension to help you shop smarter at Canadian retailers

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "A chrome extension to help you shop smarter at Canadian retailers",
  "version": "0.0.9",
  "manifest_version": 3,
  "name": "Price Hunter Chrome extension",
  "action": {
    "default_popup": "popup.html",
    "default_icon": "icon-34.png"
  },
  "icons": {
    "128": "icon-128.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "icon-128.png",
        "icon-34.png",
        "logo-dark.svg",
        "logo-light.svg"
      ],
      "matches": []
    }
  ],
  "permissions": [
    "tabs"
  ]
}