13 lines
311 B
JSON
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"]
|
|
}
|
|
]
|
|
} |