Funda Neighbourhoods

Funda Neighbourhoods

Adds helpful information about neighbourhood to house / apartment pages on funda.nl

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_appName__",
  "manifest_version": 2,
  "description": "__MSG_appDescription__",
  "permissions": [
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.funda.nl/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "content.css"
      ]
    }
  ],
  "options_page": "options.html",
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true,
    "browser_style": true
  },
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "default_locale": "en",
  "browser_specific_settings": {
    "gecko": {
      "id": "{00758a4a-70d5-4319-a89b-3c9f92a5b751}"
    }
  },
  "version": "0.6.1",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}