Initialer Commit von lokal

This commit is contained in:
Florian Otto
2026-04-15 12:19:50 +02:00
commit 39874a619e
33 changed files with 1505 additions and 0 deletions
+34
View File
@@ -0,0 +1,34 @@
{
"manifest_version": 3,
"name": "CookieKop",
"description": "Melde Webseiten mit rechtswidrigen Cookie-Bannern schnell, einfach und datenschutzfreundlich.",
"version": "0.0.1",
"permissions": [
"storage",
"activeTab",
"downloads",
"scripting"
],
"host_permissions": [
"<all_urls>"
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icons/icon16.png",
"32": "icons/icon32.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
}
},
"background": {
"service_worker": "background.js"
},
"options_page": "options.html",
"icons": {
"16": "icons/icon16.png",
"32": "icons/icon32.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
}
}