Simple Property Investment Extension For Zoopla

Simple Property Investment Extension For Zoopla

Easily evaulates whether a property for sale on Zoopla is good investment or not

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Simple Property Investment Extension For Zoopla",
  "version": "1.1",
  "description": "Easily evaulates whether a property for sale on Zoopla is good investment or not",
  "icons": {
    "16": "spe-logo-32.png",
    "32": "spe-logo-32.png",
    "48": "spe-logo-48.png",
    "128": "spe-logo-128.png"
  },
  "permissions": [
    "tabs",
    "activeTab",
    "scripting"
  ],
  "host_permissions": [
    "https://www.zoopla.co.uk/*"
  ],
  "action": {
    "default_title": "Evaluate Property",
    "default_popup": "spie-popup/dist/spie-popup/index.html"
  },
  "background": {
    "service_worker": "spie-background-script/dist/background-script.js",
    "type": "module"
  }
}