Property Hunter

Property Hunter

Find properties of your interest faster

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "icons": {
    "16": "icon16.plasmo.f58704f6.png",
    "32": "icon32.plasmo.c2d2aa82.png",
    "48": "icon48.plasmo.8db365f9.png",
    "64": "icon64.plasmo.a671a8cd.png",
    "128": "icon128.plasmo.f86e3ae6.png"
  },
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "icon16.plasmo.f58704f6.png",
      "32": "icon32.plasmo.c2d2aa82.png",
      "48": "icon48.plasmo.8db365f9.png",
      "64": "icon64.plasmo.a671a8cd.png",
      "128": "icon128.plasmo.f86e3ae6.png"
    },
    "default_popup": "popup.html"
  },
  "version": "0.1.15",
  "name": "Property Hunter",
  "description": "Find properties of your interest faster",
  "background": {
    "service_worker": "static/background/index.js"
  },
  "permissions": [
    "tabs"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://www.bayut.com/*"
      ],
      "js": [
        "Bayut.63feb62b.js"
      ],
      "all_frames": false,
      "css": [
        "Bayut.4eab5126.css"
      ]
    },
    {
      "matches": [
        "https://*.dubizzle.com/*"
      ],
      "js": [
        "Dubbizle.50ef6701.js"
      ],
      "all_frames": false,
      "css": [
        "Bayut.4eab5126.css"
      ]
    },
    {
      "matches": [
        "https://www.propertyfinder.ae/*"
      ],
      "js": [
        "Propertyfinder.e11293dc.js"
      ],
      "all_frames": false,
      "css": [
        "Bayut.4eab5126.css"
      ]
    },
    {
      "matches": [
        "https://www.zoopla.co.uk/*"
      ],
      "js": [
        "Zoopla.a10cc9d0.js"
      ],
      "all_frames": false,
      "css": [
        "Bayut.4eab5126.css"
      ]
    },
    {
      "matches": [
        "https://www.rightmove.co.uk/*"
      ],
      "js": [
        "Rightmove.1476c5ea.js"
      ],
      "all_frames": false,
      "css": [
        "Bayut.4eab5126.css"
      ]
    }
  ],
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ]
}