version 0.2 for public listing

This commit is contained in:
2026-08-10 14:58:43 -03:00
parent 8bf20af4bb
commit 9826dc1263
6 changed files with 237 additions and 37 deletions

View File

@@ -16,16 +16,11 @@
}
}
},
"permissions": ["storage"],
"host_permissions": ["*://*/*"],
"content_scripts": [
{
"matches": ["*://*/*"],
"js": ["content.js"],
"run_at": "document_idle",
"all_frames": false
}
],
"permissions": ["storage", "scripting"],
"optional_host_permissions": ["*://*/*"],
"background": {
"scripts": ["background.js"]
},
"web_accessible_resources": [
{
"resources": ["injected.js"],