feat: add HTTP plugin and permissions for fetch operations

- Updated capabilities.json to include new HTTP permissions.
- Enhanced desktop-schema.json and windows-schema.json with detailed fetch operation permissions.
- Integrated the HTTP plugin in lib.rs to enable HTTP functionalities.
This commit is contained in:
2026-02-19 21:57:17 +11:00
parent f7e2cc8250
commit 3ecf1a5f03
10 changed files with 563 additions and 10 deletions

View File

@@ -14,7 +14,8 @@
"author": "Ajay Bura",
"license": "AGPL-3.0-only",
"dependencies": {
"@tauri-apps/api": "^2.0.0"
"@tauri-apps/api": "^2.0.0",
"@tauri-apps/plugin-http": "2.5.7"
},
"devDependencies": {
"@actions/github": "6.0.0",