more tweaks

This commit is contained in:
gapato 2026-06-08 21:04:10 +02:00
commit b3c7be655e
3 changed files with 42 additions and 38 deletions

View file

@ -2,7 +2,18 @@
"manifest_version": 3,
"name": "KF-EPAS-Ripper",
"version": "0.1.0",
"browser_specific_settings": {
"gecko": {
"id": "epas-ripper@math.janko.fr",
"data_collection_permissions": {
"required": [
"none"
]
}
}
},
"description": "Downloads all files from an EPAS application",
"permissions": [ "notifications" ],
"host_permissions": [
"https://personal.uni-graz.at/*"
],