HomeBuzz - Comment on Real Estate Listings

HomeBuzz - Comment on Real Estate Listings

HomeBuzz adds a comment sidebar to any listing on real estate websites. Rate properties, leave comments, and see trending homes.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "HomeBuzz - Comment on Real Estate Listings",
  "description": "HomeBuzz adds a comment sidebar to any listing on real estate websites. Rate properties, leave comments, and see trending homes.",
  "version": "1.0.3",
  "web_accessible_resources": [
    "entry.js"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_title": "HomeBuzz - Comment on Real Estate Listings",
    "default_icon": {
      "16": "images/extension_logo_icon_off.png",
      "32": "images/extension_logo_icon_off.png",
      "48": "images/extension_logo_icon_off.png",
      "128": "images/extension_logo_icon_off.png"
    }
  },
  "icons": {
    "16": "images/extension_logo_icon.png",
    "32": "images/extension_logo_icon.png",
    "48": "images/extension_logo_icon.png",
    "128": "images/extension_logo_icon.png"
  },
  "manifest_version": 2,
  "permissions": [
    "https://www.toriihomes.com/*",
    "https://www.redfin.com/*",
    "https://www.zillow.com/*",
    "tabs",
    "webRequest",
    "webRequestBlocking"
  ]
}