RealQuik Home Maps for Zillow

RealQuik Home Maps for Zillow

Find home in a neighborhood you’ll love

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "RealQuik Home Maps for Zillow",
  "description": "Find home in a neighborhood you’ll love",
  "version": "1.2",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvqg7RfXGe8un7z+7bswwdnbhGUJeaiz9GDIagqs4S7zyma2nkw6VtkD4q90nfZb46szxwlIneyBXFmJV5b40wK1LBgd9FJwXlGzg7jSB53VnaSHcZ5EEXG8esL4+xbshorCA8YZWu1qkR+k8e+yKJH/VoKn5cVwJc30O37Xz3mUMGo9Ia3Og71eyytOf9itSvLsWHHYnYv2lGYRyRcjwBCAVBhdurIrnRgo02G8FTAT2ZUKflC3lPFYub9URvkfzyxrsvHw/w3UPZWxj43foM5udkSJmqpy4fXr1GMsEqw6U0tNuBACzQMXjnligAwe/HkoM3LwAQTbe1d/GYvYbuwIDAQAB",
  "permissions": [
    "https://my.realquik.io/*",
    "webRequest",
    "https://*.zillow.com/",
    "identity",
    "identity.email",
    "https://accounts.google.com/*",
    "https://www.googleapis.com/*"
  ],
  "background": {
    "scripts": [
      "app/background.js"
    ]
  },
  "icons": {
    "16": "icon16x16.png",
    "32": "icon32x32.png",
    "48": "icon48x48.png",
    "128": "icon128x128.png",
    "196": "icon196x196.png"
  },
  "browser_action": {
    "default_icon": "icon128x128.png"
  },
  "manifest_version": 2,
  "content_scripts": [
    {
      "matches": [
        "https://*.zillow.com/*"
      ],
      "css": [
        "/static/css/content.css",
        "main.css"
      ],
      "js": [
        "/static/js/content.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "fonts/*.ttf",
    "purple-icons/*.png",
    "white-icons/*.png",
    "pins/*.png",
    "/static/css/content.css",
    "/static/media/*"
  ],
  "oauth2": {
    "client_id": "840749149863-2bh2rffvkoeupuo0rdmj7qpbgfqc2gm9.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/userinfo.profile",
      "https://www.googleapis.com/auth/userinfo.email"
    ]
  }
}