Sellevate

Sellevate

Sellevate helpt jou bij product research op bol.com

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Sellevate",
  "short_name": "Sellevate",
  "version": "2.1.3",
  "description": "Sellevate helpt jou bij product research op bol.com",
  "content_scripts": [
    {
      "matches": [
        "*://*.bol.com/*/p/*/*"
      ],
      "css": [
        "css/productpage.bundle.css"
      ],
      "js": [
        "js/productpage.bundle.js"
      ]
    },
    {
      "matches": [
        "*://*.bol.com/*/l/*",
        "*://*.bol.com/*/s/*"
      ],
      "css": [
        "css/productlist.bundle.css"
      ],
      "js": [
        "js/productlist.bundle.js"
      ]
    },
    {
      "matches": [
        "*://*.bol.com/*/l/*",
        "*://*.bol.com/*/s/*"
      ],
      "css": [
        "css/fonts.bundle.css"
      ],
      "js": [
        "js/searchtrends.bundle.js"
      ]
    },
    {
      "matches": [
        "https://app.sellevate.nl/login*"
      ],
      "js": [
        "js/sellevatelogin.bundle.js"
      ]
    },
    {
      "matches": [
        "https://app.sellevate.nl/dashboard*"
      ],
      "js": [
        "js/sellevateextension.bundle.js"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; script-src-elem 'self'; object-src 'self'"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "/fonts/*.eot",
        "/fonts/*.svg",
        "/fonts/*.ttf",
        "/fonts/*.woff",
        "/fonts/*.woff2",
        "/images/*.svg",
        "/images/*.png",
        "/css/searchtrends.bundle.css",
        "/app.html"
      ],
      "matches": [
        "https://*.bol.com/*"
      ]
    },
    {
      "resources": [
        "/app.html"
      ],
      "matches": [
        "https://app.sellevate.nl/*",
        "https://store.sellevate.nl/*"
      ]
    }
  ],
  "background": {
    "service_worker": "/js/background.bundle.js"
  },
  "action": {},
  "permissions": [
    "storage",
    "unlimitedStorage",
    "alarms",
    "cookies",
    "contextMenus",
    "declarativeNetRequest"
  ],
  "host_permissions": [
    "https://*.bol.com/",
    "https://zoeksuggesties.s-bol.com/",
    "https://app.sellevate.nl/"
  ],
  "icons": {
    "16": "icons/icon16px.png",
    "48": "icons/icon48px.png",
    "128": "icons/icon128px.png"
  }
}