Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Bolpeer",
"description": "Bolpeer: Essenti\u00eble Inzichten voor Bol.com Verkopers - Verhoog Verkoop & Omzet, Neem Ge\u00efnformeerde Beslissingen.",
"version": "1.3",
"permissions": [
"tabs"
],
"host_permissions": [
"https:\/\/*.bol.com\/*\/p\/*",
"https:\/\/*.bol.com\/*\/w\/*",
"https:\/\/backend.bolpeer.nl\/*"
],
"action": {
"default_title": "Bolpeer",
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.bol.com\/*\/p\/*"
],
"js": [
"productPage.js"
],
"run_at": "document_end"
}
],
"background": {
"service_worker": "background.js",
"type": "module"
},
"icons": {
"16": "images\/icon16.png",
"32": "images\/icon32.png",
"48": "images\/icon48.png"
}
}