Howit

Howit

Real Estate

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Howit",
  "description": "Real Estate",
  "version": "1.2",
  "manifest_version": 2,
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "./img/icon16.png",
      "32": "./img/icon32.png",
      "64": "./img/icon64.png",
      "128": "./img/icon128.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "contentscript.js"
      ]
    }
  ],
  "permissions": [
    "activeTab",
    "identity",
    "geolocation",
    "*://*.facebook.com/",
    "*://*.google.com/",
    "https://www.gstatic.com/recaptcha/",
    "https://maps.googleapis.com/",
    "https://maps.gstatic.com/"
  ],
  "oauth2": {
    "client_id": "792683240144-5ob400ta7vju173b5a7ad8flh79dvkiu.apps.googleusercontent.com",
    "app_id": "301529041717819",
    "map_id": "AIzaSyC0DaItidbb6jI7ePTyjNWhFK9Hf6qMX0E",
    "reCAPTCHA_SITE_KEY": "6LeJo7sbAAAAADbt6zU6zmYyiAkCedhZpiseusrw",
    "scopes": [
      "openid",
      "email",
      "profile"
    ]
  },
  "content_security_policy": "script-src 'self' https://maps.googleapis.com https://maps.gstatic.com https://maps.googleapis.com/maps/api/js https://www.google.com/recaptcha/api.js https://www.gstatic.com/recaptcha/; object-src 'self'"
}