Files
Aula-Fixer/manifest.json
2026-02-21 18:32:47 +00:00

13 lines
311 B
JSON

{
"manifest_version": 3,
"name": "Notification Keyword Filter",
"version": "1.0",
"description": "Removes all the notifications about rooms for rent on Aula",
"permissions": [],
"content_scripts": [
{
"matches": ["https://coventry.aula.education/*"],
"js": ["content.js"]
}
]
}