Now gets keywords.txt from repo on git.wbell.dev

This commit is contained in:
2026-02-25 15:13:52 +00:00
parent 8390c0a43e
commit 36c004b802
4 changed files with 65 additions and 25 deletions

View File

@@ -1,9 +1,13 @@
{
"manifest_version": 3,
"name": "Aula Fixer",
"version": "1.2",
"version": "1.3",
"description": "Removes all notifications about rooms for rent etc. on Aula and changes styling so that less screen space is wasted.",
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": ["https://coventry.aula.education/*"],
@@ -11,20 +15,20 @@
}
],
"host_permissions": [
"https://git.wbell.dev/*"
],
"web_accessible_resources": [
{
"resources": ["keywords.txt"],
"matches": ["https://coventry.aula.education/*"]
}
{
"resources": ["keywords.txt"],
"matches": ["https://coventry.aula.education/*"]
}
],
"browser_specific_settings": {
"gecko": {
"id": "aula-fixer@tussockyjoker.com",
"data_collection_permissions": {
"required": ["none"],
"optional": []
"gecko": {
"id": "aula-fixer@tussockyjoker.com"
}
}
}
}
}
}