HomeAhead Wishlist - Find homes together

HomeAhead Wishlist - Find homes together

A visual bookmarking tool to save, rank and discuss homes with friends and family from multiple listing sites all in one place.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "HomeAhead Wishlist - Find homes together",
  "description": "A visual bookmarking tool to save, rank and discuss homes with friends and family from multiple listing sites all in one place.",
  "short_name": "HomeAhead Wishlist",
  "version": "1.2.8",
  "permissions": [
    "*://www.redfin.com/*",
    "*://www.har.com/*",
    "*://www.realtor.com/*",
    "*://www.homes.com/*",
    "*://www.privatelabelrealty.com/*",
    "*://www.austinhomesearch.com/*",
    "*://www.streeteasy.com/*",
    "*://www.harmls.com/*",
    "*://*/*",
    "storage",
    "tabs",
    "clipboardWrite"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://www.har.com/*",
        "*://har.com/*",
        "*://www.realtor.com/realestateandhomes-detail/*",
        "*://realtor.com/realestateandhomes-detail/*",
        "*://www.privatelabelrealty.com/listing/*",
        "*://privatelabelrealty.com/listing/*",
        "*://www.homes.com/property/*",
        "*://homes.com/property/*",
        "*://www.austinhomesearch.com/homes-for-sale/*",
        "*://austinhomesearch.com/homes-for-sale/*",
        "*://www.streeteasy.com/building/*",
        "*://streeteasy.com/building/*"
      ],
      "js": [
        "lib/jquery-1.9.1.js",
        "scripts/constants.js",
        "content_scripts/js/dropdown.js",
        "content_scripts/js/button-placer.js"
      ],
      "css": [
        "content_scripts/css/notification.css",
        "content_scripts/css/button.css"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "*://www.har.com/*",
        "*://har.com/*"
      ],
      "js": [
        "content_scripts/js/har.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "*://www.harmls.com/*",
        "*://harmls.com/*"
      ],
      "js": [
        "lib/jquery-1.9.1.js",
        "scripts/constants.js",
        "content_scripts/js/dropdown.js",
        "content_scripts/js/button-placer.js",
        "content_scripts/js/harmls.js"
      ],
      "css": [
        "content_scripts/css/notification.css",
        "content_scripts/css/harmls.css"
      ],
      "run_at": "document_start",
      "all_frames": true
    },
    {
      "matches": [
        "*://www.redfin.com/*",
        "*://redfin.com/*"
      ],
      "js": [
        "lib/jquery-1.9.1.js",
        "scripts/constants.js",
        "content_scripts/js/dropdown.js",
        "content_scripts/js/button-placer.js",
        "content_scripts/js/redfin.js"
      ],
      "css": [
        "content_scripts/css/notification.css",
        "content_scripts/css/button.css"
      ],
      "all_frames": true
    },
    {
      "matches": [
        "*://www.realtor.com/realestateandhomes-detail/*",
        "*://realtor.com/realestateandhomes-detail/*"
      ],
      "js": [
        "content_scripts/js/realtor_checker.js",
        "content_scripts/js/realtor_v1.js",
        "content_scripts/js/realtor_v2.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "*://www.privatelabelrealty.com/listing/*",
        "*://privatelabelrealty.com/listing/*"
      ],
      "js": [
        "content_scripts/js/privatelabel.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "*://www.homes.com/property/*",
        "*://homes.com/property/*"
      ],
      "js": [
        "content_scripts/js/homes.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "*://www.austinhomesearch.com/homes-for-sale/*",
        "*://austinhomesearch.com/homes-for-sale/*"
      ],
      "js": [
        "content_scripts/js/austinhomesearch.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "*://www.streeteasy.com/building/*",
        "*://streeteasy.com/building/*"
      ],
      "js": [
        "content_scripts/js/streeteasy.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "*://www.homeahead.com/*",
        "*://homeahead.com/*",
        "*://www.homeahead.com/s/*",
        "*://homeahead.com/s/*"
      ],
      "js": [
        "lib/jquery-1.9.1.js",
        "scripts/constants.js",
        "content_scripts/js/config.js"
      ]
    },
    {
      "matches": [
        "*://www.homeahead.com/*",
        "*://homeahead.com/*"
      ],
      "js": [
        "content_scripts/js/referral_path.js"
      ]
    },
    {
      "matches": [
        "*://www.homeahead.com/s/*",
        "*://homeahead.com/s/*"
      ],
      "js": [
        "content_scripts/js/sponsor_path.js"
      ]
    },
    {
      "matches": [
        "*://www.homeahead.com/*",
        "*://homeahead.com/*"
      ],
      "js": [
        "lib/jquery-1.9.1.js",
        "content_scripts/js/homepage.js"
      ]
    },
    {
      "matches": [
        "*://www.homeahead.com/wishlists/*",
        "*://homeahead.com/wishlists/*"
      ],
      "js": [
        "lib/jquery-1.9.1.js",
        "content_scripts/js/attachment_uploader.js"
      ]
    },
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "exclude_matches": [
        "*://www.redfin.com/*",
        "*://www.har.com/*",
        "*://www.realtor.com/*",
        "*://www.homes.com/*",
        "*://www.privatelabelrealty.com/*",
        "*://www.austinhomesearch.com/*",
        "*://www.streeteasy.com/*",
        "*://www.harmls.com/*"
      ],
      "js": [
        "content_scripts/js/kw_checker.js"
      ]
    },
    {
      "matches": [
        "file://only_for_copy_workaround"
      ],
      "js": [
        "content_scripts/js/kw_original.js",
        "content_scripts/js/kw.js"
      ],
      "css": []
    }
  ],
  "browser_action": {
    "default_popup": "popup.html"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://js.pusher.com https://stats.pusher.com https://script.crazyegg.com; object-src 'self'",
  "background": {
    "scripts": [
      "scripts/background.js"
    ]
  },
  "web_accessible_resources": [
    "content_scripts/css/*",
    "scripts/*",
    "styles/*",
    "lib/*",
    "img/*"
  ],
  "icons": {
    "16": "img/icon-16.png",
    "48": "img/icon-48.png",
    "128": "img/icon-128.png"
  }
}