Zillow Broadband Information

Zillow Broadband Information

Add Broadband information to zillow.com

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "content_scripts": [
    {
      "css": [
        "style.css"
      ],
      "matches": [
        "https://*.zillow.com/*"
      ],
      "js": [
        "extension.js"
      ]
    }
  ],
  "content_security_policy": "default-src 'self'",
  "description": "Add Broadband information to zillow.com",
  "icons": {
    "16": "/images/icon-16x16.png",
    "32": "/images/icon-32x32.png",
    "48": "/images/icon-48x48.png",
    "128": "/images/icon-128x128.png"
  },
  "manifest_version": 2,
  "name": "Zillow Broadband Information",
  "page_action": {
    "default_icon": {
      "16": "/images/icon-16x16.png",
      "32": "/images/icon-32x32.png",
      "48": "/images/icon-48x48.png",
      "128": "/images/icon-128x128.png"
    }
  },
  "permissions": [
    "https://*.zillow.com/*/*"
  ],
  "short_name": "ZBB",
  "version": "0.0.1.1"
}