From c1eba0c0473d3352c75913efcbaf5ff3791f82f4 Mon Sep 17 00:00:00 2001 From: Adrian Bonpin Date: Sun, 28 Jun 2026 07:51:26 +0800 Subject: [PATCH] feat(plugin): update plugin.json with correct Decky metadata fields --- plugins/decky-vault/plugin.json | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/plugins/decky-vault/plugin.json b/plugins/decky-vault/plugin.json index 327cfaa..7f553e1 100644 --- a/plugins/decky-vault/plugin.json +++ b/plugins/decky-vault/plugin.json @@ -1,9 +1,11 @@ { "name": "DeckyVault", - "version": "0.1.0", - "description": "Automatically record performance metrics and export/upload to DeckyVault", "author": "DeckyVault", - "license": "MIT", - "icon": "", - "permissions": ["system"] + "flags": ["debug"], + "api_version": 1, + "publish": { + "tags": ["performance", "benchmark", "mangohud"], + "description": "Record performance metrics and export/upload them to DeckyVault", + "image": "" + } } \ No newline at end of file