implement file upload via plugin

This commit is contained in:
Nystik
2026-03-18 02:38:36 +01:00
parent 0738c47ac5
commit 4cba51f562
6 changed files with 184 additions and 1 deletions

10
plugin/manifest.json Normal file
View File

@@ -0,0 +1,10 @@
{
"id": "ignis-bridge",
"name": "Ignis Bridge",
"version": "1.0.0",
"minAppVersion": "1.0.0",
"description": "Upload files from your device to the vault",
"author": "Ignis",
"authorUrl": "https://github.com/Nystik-gh/ignis",
"isDesktopOnly": false
}