convert to chrome

This commit is contained in:
Gaspard Jankowiak 2026-06-04 22:13:36 +02:00
commit 68a20e8126
3 changed files with 70 additions and 30 deletions

View file

@ -1,17 +1,17 @@
{
"manifest_version": 2,
"manifest_version": 3,
"name": "KF-Application-Downloader",
"version": "0.1.0",
"browser_specific_settings": {
"gecko": {
"id": "gaspard.jankowiak@uni-graz.at"
}
},
"description": "Downloads all files from an application procedure at the KFU",
"permissions": [
"cookies"
],
"host_permissions": [
"https://personal.uni-graz.at/*"
],
"background": {
"scripts": ["background.js"]
"service_worker": "background.js"
},
"permissions": ["*://personal.uni-graz.at/*", "cookies"],
"description": "Downloads all files from a application procedure at the KFU",
"content_scripts": [
{
"matches": [