Real Estate Mate

Real Estate Mate

Your best mate whilst looking for houses to buy on realestate.com.au Show the hidden price range of a property Future updates…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Real Estate Mate",
  "version": "0.6",
  "action": {
    "default_title": "Popup",
    "default_popup": "index.html"
  },
  "icons": {
    "128": "src/assets/logo-128.png"
  },
  "content_scripts": [
    {
      "js": [
        "assets/content-script-loader.Entry.tsx.f4ce712b.95a0b863.js"
      ],
      "matches": [
        "https://www.realestate.com.au/property*"
      ],
      "media": [],
      "css": [
        "assets/Entry.ea744f2d.css"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "resources": [
        "src/assets/logo-128.png"
      ],
      "use_dynamic_url": false
    },
    {
      "matches": [
        "https://www.realestate.com.au/*"
      ],
      "resources": [
        "assets/Entry.tsx.f4ce712b.js"
      ],
      "use_dynamic_url": true
    }
  ]
}