* docs: prepare Vendoo 1.41.2 git-ignore boundary hotfix * fix: track native source modules with root-anchored runtime ignores
64 lines
1.4 KiB
JSON
64 lines
1.4 KiB
JSON
{
|
||
"manifest_version": 2,
|
||
"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",
|
||
"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": {
|
||
"scripts": [
|
||
"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"
|
||
}
|
||
],
|
||
"browser_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"
|
||
},
|
||
"browser_specific_settings": {
|
||
"gecko": {
|
||
"id": "vendoo-link@vendoo.local",
|
||
"strict_min_version": "109.0"
|
||
}
|
||
}
|
||
}
|