TPscanner

TPscanner

An extension that finds best deals on Trovaprezzi.it

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "TPscanner",
  "version": "0.4.4",
  "description": "An extension that finds best deals on Trovaprezzi.it",
  "icons": {
    "48": "images/icon.png"
  },
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "host_permissions": [
    "https://www.trovaprezzi.it/*",
    "https://trovaprezzi.it/*"
  ],
  "action": {
    "default_icon": "images/icon.png",
    "default_popup": "html/popup.html"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}