forked from TussockyJoker/Aula-Fixer
Now gets keywords from 'excludes.txt'
This commit is contained in:
@@ -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/*"]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user