Visma LogBuy

Visma LogBuy

With this browser extension you will be reminded of all available deals & discounts directly in your browser.

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__",
  "description": "__MSG_extDescription__",
  "version": "0.6.2",
  "permissions": [
    "storage",
    "webNavigation",
    "tabs",
    "scripting",
    "alarms",
    "webRequest",
    "notifications"
  ],
  "host_permissions": [
    "*://*/*"
  ],
  "icons": {
    "16": "/icons/icon.png",
    "48": "/icons/Logo_48.png",
    "128": "/icons/Logo_128.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_icon": "/icons/icon.png",
    "default_popup": "popup.html",
    "default_title": "Visma LogBuy"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "injected-header-popup.html",
        "icons/logo_white.png",
        "fonts/*.woff2",
        "injections/*"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "default_locale": "en"
}