convert to chrome
This commit is contained in:
parent
f5c23dc867
commit
68a20e8126
3 changed files with 70 additions and 30 deletions
|
|
@ -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": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue