* docs: prepare Vendoo 1.41.2 git-ignore boundary hotfix * fix: track native source modules with root-anchored runtime ignores
58 lines
1.3 KiB
JSON
58 lines
1.3 KiB
JSON
{
|
||
"manifest_version": 3,
|
||
"name": "Vendoo Link – Vinted Assistant",
|
||
"version": "1.9.0",
|
||
"description": "Vendoo Link mit sicherem Vinted-Auto-Fill, eindeutiger Feldzuordnung, Bildtransfer und Publishing.",
|
||
"permissions": [
|
||
"activeTab",
|
||
"storage"
|
||
],
|
||
"host_permissions": [
|
||
"http://localhost:8124/*",
|
||
"http://127.0.0.1:8124/*",
|
||
"https://www.vinted.de/*",
|
||
"https://www.vinted.fr/*",
|
||
"https://www.vinted.co.uk/*",
|
||
"https://www.vinted.com/*",
|
||
"http://*/*",
|
||
"https://*/*"
|
||
],
|
||
"background": {
|
||
"service_worker": "background.js"
|
||
},
|
||
"content_scripts": [
|
||
{
|
||
"matches": [
|
||
"https://www.vinted.de/*",
|
||
"https://www.vinted.fr/*",
|
||
"https://www.vinted.co.uk/*",
|
||
"https://www.vinted.com/*"
|
||
],
|
||
"js": [
|
||
"vinted-categories.js",
|
||
"content.js"
|
||
],
|
||
"css": [
|
||
"content.css"
|
||
],
|
||
"run_at": "document_idle"
|
||
}
|
||
],
|
||
"action": {
|
||
"default_popup": "popup.html",
|
||
"default_title": "Vendoo Assistant",
|
||
"default_icon": {
|
||
"16": "icon-16.png",
|
||
"32": "icon-32.png",
|
||
"48": "icon-48.png",
|
||
"128": "icon-128.png"
|
||
}
|
||
},
|
||
"icons": {
|
||
"16": "icon-16.png",
|
||
"32": "icon-32.png",
|
||
"48": "icon-48.png",
|
||
"128": "icon-128.png"
|
||
}
|
||
}
|