From d2e0a22c52265a5cf8caa63d4e128330aa5a445d Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 30 Dec 2025 14:06:57 +0000 Subject: [PATCH] chore: update signatures and store --- plugins/file-manager/plugin.js.sig | 2 +- security/keys.json | 8 ++++---- security/revocation.json | 8 ++++---- store.json | 4 +++- 4 files changed, 12 insertions(+), 10 deletions(-) diff --git a/plugins/file-manager/plugin.js.sig b/plugins/file-manager/plugin.js.sig index 112abf0..0c52e0a 100644 --- a/plugins/file-manager/plugin.js.sig +++ b/plugins/file-manager/plugin.js.sig @@ -1 +1 @@ -{"payload":{"name":"file-manager","version":"1.0.0","source_hash":"cbc1c503b0c713a3eb19f749d7caae3c061cb296a8623c2ff48762a02b1001c7","key_id":"official-v1","timestamp":1767022422},"signature":"Kfvvsu9/2mBi8ufJ8pz4lm0mhj+jBhbPlw/A9LqTwa0nOY5PuAbf+0RTdr5/4u5S0Hcdd15+1lXeQQd3hgaNDQ=="} \ No newline at end of file +{"payload":{"name":"file-manager","version":"1.0.0","source_hash":"cbc1c503b0c713a3eb19f749d7caae3c061cb296a8623c2ff48762a02b1001c7","key_id":"official-v1","timestamp":1767103611},"signature":"DI/sW02STQ9OqdQzhC/cr9jMdcW1oDXyJms18g28hqlKysVPw9kAE3PrwstxolUk8C8q9RGDRx1YpefazbJtDQ=="} \ No newline at end of file diff --git a/security/keys.json b/security/keys.json index a6cd9e4..a566504 100644 --- a/security/keys.json +++ b/security/keys.json @@ -1,6 +1,6 @@ { - "version": 1, - "updated_at": 1735560000, "keys": [], - "signature": "" -} + "signature": "BbbZwlhAyNHnIfefDAq3pJCoW8Sc+FiYpo+FlG25H71vl2JZFSKRTspiNByy+nvco731cc76OqB1l7uwI96xBQ==", + "updated_at": 1735560000, + "version": 1 +} \ No newline at end of file diff --git a/security/revocation.json b/security/revocation.json index 48b7425..7447fd7 100644 --- a/security/revocation.json +++ b/security/revocation.json @@ -1,6 +1,6 @@ { - "version": 1, - "updated_at": 1735560000, "entries": [], - "signature": "" -} + "signature": "uKao03o9ea5nTmSHOlkxWMuVO89LIS4A48lVj2ZLkHU6NxfSlGiiXIvG7mZ00OpEkkCsbxzmxJs7I8hdvEVEAA==", + "updated_at": 1735560000, + "version": 1 +} \ No newline at end of file diff --git a/store.json b/store.json index 1725006..c485f7f 100644 --- a/store.json +++ b/store.json @@ -6,6 +6,8 @@ "author": "GoTunnel Official", "run_at": "client", "type": "app", - "icon": "icons/file-manager.svg" + "icon": "icons/file-manager.svg", + "download_url": "https://git.92coco.cn:8443/flik/GoTunnel-Plugins/raw/branch/main/plugins/file-manager/plugin.js", + "signature_url": "https://git.92coco.cn:8443/flik/GoTunnel-Plugins/raw/branch/main/plugins/file-manager/plugin.js.sig" } ]