forked from TussockyJoker/Aula-Fixer
31 lines
660 B
JSON
31 lines
660 B
JSON
{
|
|
"manifest_version": 3,
|
|
"name": "Aula Fixer",
|
|
"version": "1.1",
|
|
"description": "Removes all notifications about rooms for rent etc. on Aula and changes styling so that less screen space is wasted.",
|
|
|
|
"content_scripts": [
|
|
{
|
|
"matches": ["https://coventry.aula.education/*"],
|
|
"js": ["content.js"]
|
|
}
|
|
],
|
|
|
|
"web_accessible_resources": [
|
|
{
|
|
"resources": ["keywords.txt"],
|
|
"matches": ["https://coventry.aula.education/*"]
|
|
}
|
|
],
|
|
|
|
"browser_specific_settings": {
|
|
"gecko": {
|
|
"id": "aulafixer@tussockyjoker.com",
|
|
"data_collection_permissions": {
|
|
"required": ["none"],
|
|
"optional": []
|
|
}
|
|
}
|
|
}
|
|
}
|