This commit is contained in:
2026-02-21 18:27:54 +00:00
parent eab3b4dcc1
commit db28d05228
3 changed files with 44 additions and 0 deletions

13
manifest.json Normal file
View File

@@ -0,0 +1,13 @@
{
"manifest_version": 3,
"name": "Notification Keyword Filter",
"version": "0.2",
"description": "Removes notifications containing specific keywords",
"permissions": [],
"content_scripts": [
{
"matches": ["https://coventry.aula.education/*"],
"js": ["content.js"]
}
]
}