feat(plugin): update plugin.json with correct Decky metadata fields

This commit is contained in:
2026-06-28 07:51:26 +08:00
parent bcd208c7c8
commit c1eba0c047
+7 -5
View File
@@ -1,9 +1,11 @@
{ {
"name": "DeckyVault", "name": "DeckyVault",
"version": "0.1.0",
"description": "Automatically record performance metrics and export/upload to DeckyVault",
"author": "DeckyVault", "author": "DeckyVault",
"license": "MIT", "flags": ["debug"],
"icon": "", "api_version": 1,
"permissions": ["system"] "publish": {
"tags": ["performance", "benchmark", "mangohud"],
"description": "Record performance metrics and export/upload them to DeckyVault",
"image": ""
}
} }