INGATLAN ÁRMINIMUM

INGATLAN ÁRMINIMUM

Az Árminimum megmutatja, hogy az adott ingatlant ki hirdeti a legolcsóbban.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_extName__",
  "version": "2.1.7",
  "default_locale": "hu",
  "description": "__MSG_extDescription__",
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "homepage_url": "https://www.arminimum.hu",
  "background": {
    "service_worker": "js/background.js"
  },
  "action": {
    "default_icon": {
      "48": "images/icon48.png"
    },
    "default_popup": "html/popup.html"
  },
  "permissions": [
    "tabs",
    "storage",
    "notifications"
  ],
  "host_permissions": [
    "https://*.arminimum.hu/*",
    "https://*.realmonitor.hu/*",
    "https://*.realmonitor.pl/*",
    "https://*.realmonitor.hr/*",
    "*://localhost/*",
    "*://127.0.0.1/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.arminimum.hu/*",
        "*://*.realmonitor.hu/*",
        "*://*.realmonitor.pl/*",
        "*://*.realmonitor.hr/*",
        "*://localhost/*",
        "*://127.0.0.1/*"
      ],
      "js": [
        "js/content.js"
      ],
      "run_at": "document_start"
    }
  ]
}