Redfin Zillow Realtor Real Estate Superchaged

Redfin Zillow Realtor Real Estate Superchaged

Help you make an informed real estate rent and buy decision by showing meaningful data like nearby Natural Hazards, Crimes, Neighborhood Noise, Ethnicity, and Local Income. Supports Realtor.com, Zillow.com, and Redfin.com

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Redfin Zillow Realtor Real Estate Superchaged",
  "description": "Help you make an informed real estate decision by showing extra data like nearby Natural Hazards and Crimes.",
  "version": "3.0.3",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "/lib/firebase-app.js",
      "/lib/firebase-firestore.js",
      "/lib/firebase-remote-config.js",
      "/lib/firebase-auth.js",
      "/configs/firebase_init.js",
      "background.js"
    ],
    "persistent": true
  },
  "permissions": [
    "storage",
    "activeTab"
  ],
  "browser_action": {
    "default_popup": "popup/popup.html",
    "default_icon": {
      "16": "/images/homeluten_logo.png",
      "32": "/images/homeluten_logo.png",
      "48": "/images/homeluten_logo.png",
      "128": "/images/homeluten_logo.png",
      "512": "/images/homeluten_logo.png"
    }
  },
  "icons": {
    "16": "/images/homeluten_logo.png",
    "32": "/images/homeluten_logo.png",
    "48": "/images/homeluten_logo.png",
    "128": "/images/homeluten_logo.png",
    "512": "/images/homeluten_logo.png"
  },
  "author": "Homeluten",
  "web_accessible_resources": [
    "lib/jquery.js"
  ],
  "options_page": "/options/options.html",
  "content_scripts": [
    {
      "matches": [
        "https://*.redfin.com/*"
      ],
      "css": [
        "/dest/homeluten-bootstrap.css",
        "/styles/container.css",
        "/styles/stars.css"
      ],
      "all_frames": true,
      "js": [
        "/lib/jquery.js",
        "/lib/bootstrap.js",
        "/lib/hammer.js",
        "/lib/chart.js",
        "/lib/chart-plugin-zoom.js",
        "/utils/utils.js",
        "/vendors/crimeometer/iconconfig.js",
        "/components/card.js",
        "/components/paper_bidding.js",
        "/domains/common/common.js",
        "/domains/redfin.com/redfin_map.js",
        "/domains/common/listing_page.js",
        "/homeluten.js"
      ]
    },
    {
      "matches": [
        "https://*.zillow.com/*",
        "https://*.realtor.com/*"
      ],
      "css": [
        "/dest/homeluten-bootstrap.css",
        "/styles/container.css",
        "/styles/stars.css"
      ],
      "all_frames": true,
      "js": [
        "/lib/jquery.js",
        "/lib/bootstrap.js",
        "/lib/hammer.js",
        "/lib/chart.js",
        "/lib/chart-plugin-zoom.js",
        "/utils/utils.js",
        "/components/card.js",
        "/components/paper_bidding.js",
        "/domains/common/common.js",
        "/domains/common/listing_page.js",
        "/homeluten.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{d9a86cd9-7165-4301-b6a9-91d57594eb50}"
    }
  }
}