added web_response

This commit is contained in:
2026-06-06 19:49:40 -04:00
parent c86151ac82
commit 27261e0751
8 changed files with 223 additions and 6 deletions

View File

@@ -4,7 +4,7 @@
"version": "1.0",
"description": "4play & dominate",
"icons": {
"48": "icon.png"
"32": "icon.png"
},
"browser_action": {
"default_icon": "icon.png",
@@ -26,5 +26,13 @@
],
"background": {
"scripts": ["bg.js"]
},
"browser_specific_settings": {
"gecko": {
"strict_min_version": "102.0",
"data_collection_permissions": {
"required": ["none"]
}
}
}
}