From 8f5b9e2c0413641a6e1f7035f84fa9c4e84defeb Mon Sep 17 00:00:00 2001 From: altescy Date: Sat, 8 May 2021 16:22:37 +0900 Subject: [PATCH] add apps & change icons --- data/apps.json | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/data/apps.json b/data/apps.json index 07b781f..70fde32 100644 --- a/data/apps.json +++ b/data/apps.json @@ -128,6 +128,23 @@ } ] }, + { + "name": "Writing", + "items": [ + { + "name": "Scrapbox", + "displayURL": "scrapbox.io", + "url": "https://scrapbox.io/altescy", + "icon": "summarize" + }, + { + "name": "Overleaf", + "displayURL": "overleaf.com", + "url": "https://overleaf.com/project", + "icon": "edit" + } + ] + }, { "name": "Entertainment", "items": [ @@ -135,7 +152,7 @@ "name": "Pocket Casts", "displayURL": "pocketcasts.com", "url": "https://play.pocketcasts.com/podcasts", - "icon": "speaker" + "icon": "podcasts" }, { "name": "SoundCloud", @@ -153,7 +170,7 @@ "name": "YouTube Music", "displayURL": "music.youtube.com", "url": "https://music.youtube.com", - "icon": "pause" + "icon": "music_note" } ] }