Files
Aula-Fixer/manifest.json
2026-02-21 18:27:54 +00:00

13 lines
303 B
JSON

{
"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"]
}
]
}