From ded0914d762f00903aed3728f7d7d8a7dddbae9a Mon Sep 17 00:00:00 2001 From: altescy Date: Sun, 30 May 2021 15:00:53 +0900 Subject: [PATCH] add trusted-cgi & modify dnote icon --- data/apps.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/data/apps.json b/data/apps.json index 70fde32..e3bf9a0 100644 --- a/data/apps.json +++ b/data/apps.json @@ -49,7 +49,13 @@ "name": "Dnote", "displayURL": "dnote.altescy.jp ", "url": "https://dnote.altescy.jp", - "icon": "note" + "icon": "note_alt" + }, + { + "name": "Trusted-CGI", + "displayURL": "lambda.altescy.jp ", + "url": "https://lambda.altescy.jp", + "icon": "functions" } ] },