Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Homer (formerly KoalaData) \u2013 Property Search Extension",
"version": "1.1.0",
"description": "See through the noise of Australia\u2019s property market with hidden price guides, auction history & property insights.",
"action": [],
"icons": {
"16": "public\/16.png",
"32": "public\/32.png",
"48": "public\/48.png",
"192": "public\/192.png"
},
"background": {
"service_worker": "background.js",
"type": "module"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.domain.com.au\/*",
"*:\/\/*.realestate.com.au\/*"
],
"js": [
"bridge\/bridge.js"
],
"run_at": "document_start"
},
{
"matches": [
"*:\/\/*.domain.com.au\/*",
"*:\/\/*.realestate.com.au\/*"
],
"js": [
"content\/injectListing.js"
],
"run_at": "document_idle"
}
],
"permissions": [
"cookies",
"tabs"
],
"host_permissions": [
"https:\/\/api.homerapp.com.au\/*",
"https:\/\/homer-api-282093085091.australia-southeast1.run.app\/*",
"https:\/\/my.homerapp.com.au\/*",
"https:\/\/homer-web-456975168719.australia-southeast1.run.app\/*",
"http:\/\/localhost:3000\/*"
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'; connect-src 'self' https:\/\/*.posthog.com https:\/\/us.i.posthog.com https:\/\/app.posthog.com https:\/\/api.homerapp.com.au https:\/\/homer-api-282093085091.australia-southeast1.run.app https:\/\/my.homerapp.com.au https:\/\/homer-web-456975168719.australia-southeast1.run.app http:\/\/localhost:3000; img-src 'self' data: https:\/\/*.posthog.com; style-src 'self' 'unsafe-inline';"
}
}