added upload image directly to void.cat to image picker

This commit is contained in:
Ren Amamiya
2023-04-20 17:41:23 +07:00
parent 4a013ffb33
commit df2f6b0ce7
7 changed files with 339 additions and 50 deletions

View File

@@ -20,9 +20,26 @@
"all": true
},
"http": {
"all": false,
"all": true,
"request": true,
"scope": ["https://rbr.bio/*", "https://metadata.lume.nu/*"]
"scope": ["https://rbr.bio/*", "https://void.cat/*", "https://metadata.lume.nu/*"]
},
"fs": {
"all": false,
"readFile": true,
"readDir": true,
"scope": [
"$APPDATA/*",
"$DATA/*",
"$LOCALDATA/*",
"$DESKTOP/*",
"$DOCUMENT/*",
"$DOWNLOAD/*",
"$HOME/*",
"$PICTURE/*",
"$PUBLIC/*",
"$VIDEO/*"
]
},
"shell": {
"all": false,
@@ -33,6 +50,10 @@
"writeText": true,
"readText": true
},
"dialog": {
"all": false,
"open": true
},
"notification": {
"all": false
},