Property Seeker

Property Seeker

Calculate the price range for property advertised on Real Estate.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Property Seeker",
  "version": "1.0.6",
  "description": "Calculate the price range for property advertised on Domain and Real Estate.",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "icons": {
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "https://*.domain.com.au/*",
    "https://*.realestate.com.au/*"
  ],
  "manifest_version": 2,
  "content_security_policy": "default-src 'none'; style-src 'self'; script-src 'self'; connect-src https://*.domain.com.au https://*.realestate.com.au",
  "browser_specific_settings": {
    "gecko": {
      "id": "{11eedd3f-ce55-4b6e-8234-c38f461f1f8e}"
    }
  }
}