Homer (formerly KoalaData)

Homer (formerly KoalaData)

Your companion for the Australian real estate market.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Homer (formerly KoalaData)",
  "short_name": "Homer",
  "version": "0.13.4",
  "description": "Your companion for the Australian real estate market.",
  "permissions": [
    "activeTab",
    "storage"
  ],
  "host_permissions": [
    "https://*.koaladata.com.au/",
    "https://koaladata.appspot.com/"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://*.domain.com.au/*",
        "https://*.realestate.com.au/*"
      ],
      "js": [
        "src/libs/jquery-3.5.1.min.js",
        "src/libs/fingerprint2.min.js",
        "src/utils.js",
        "src/save-search.js",
        "src/main.js",
        "src/display.js",
        "src/listing-history.js",
        "src/display-comments.js",
        "src/display-internet.js",
        "src/display-stats.js",
        "src/comment-form.js",
        "src/images.js",
        "src/storage.js",
        "src/action.js"
      ],
      "css": [
        "src/styles/style.css",
        "src/styles/timeline.css",
        "src/styles/comments.css"
      ],
      "run_at": "document_end"
    }
  ],
  "action": {},
  "background": {
    "service_worker": "background.js"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "images/*",
        "src/send.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "icons": {
    "16": "images/homer-logo-short-16x16.png",
    "32": "images/homer-logo-short-32x32.png",
    "48": "images/homer-logo-short-48x48.png",
    "128": "images/homer-logo-short-128x128.png",
    "256": "images/homer-logo-short-256x256.png"
  },
  "manifest_version": 3
}