silly chrome store requirements and more boilerplate

This commit is contained in:
Vuk
2024-08-13 14:59:10 +02:00
parent fea7219a5e
commit 6bf8d0202c
5 changed files with 22 additions and 2 deletions

View File

@@ -6,5 +6,20 @@
"action": {
"default_popup": "popup.html",
"default_icon": "browser-milje.png"
}
}
},
"icons": {
"16": "assets/icon-16.png",
"32": "assets/icon-32.png",
"48": "assets/icon-48.png",
"128": "assets/icon-128.png"
},
"content_scripts": [
{
"js": ["scripts/content.js"],
"matches": [
"https://developer.chrome.com/docs/extensions/*",
"https://developer.chrome.com/docs/webstore/*"
]
}
]
}