Now gets keywords from 'excludes.txt'

This commit is contained in:
2026-02-21 19:58:26 +00:00
parent 6f3cc446fa
commit 9d9b90274b
3 changed files with 50 additions and 14 deletions

View File

@@ -1,13 +1,20 @@
{
"manifest_version": 3,
"name": "Aula Ad Filter",
"version": "1.0",
"version": "1.1",
"description": "Removes all the notifications about rooms for rent on Aula",
"permissions": [],
"content_scripts": [
{
"matches": ["https://coventry.aula.education/*"],
"js": ["content.js"]
}
],
"web_accessible_resources": [
{
"resources": ["excludes.txt"],
"matches": ["https://coventry.aula.education/*"]
}
]
}