epas-ripper/manifest.json
Gaspard Jankowiak 9a9e31bf47 add counters
2026-06-04 22:49:14 +02:00

23 lines
456 B
JSON

{
"manifest_version": 3,
"name": "KF-Application-Downloader",
"version": "0.1.0",
"description": "Downloads all files from an application procedure at the KFU",
"host_permissions": [
"https://personal.uni-graz.at/*"
],
"content_scripts": [
{
"matches": [
"https://personal.uni-graz.at/*"
],
"js": [
"lib/jszip.js",
"content.js"
],
"css": [
"style.css"
]
}
]
}