From 0e650dda8e7a782abd1d73f442b3db1836ec2dcd Mon Sep 17 00:00:00 2001 From: Luming Yin Date: Sun, 2 Jun 2019 15:02:04 -0700 Subject: [PATCH] Add Speed Reader to the list of applications. (#403) * Add Speed Reader to the list of applications. * Add empty icon_url. --- applications.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/applications.json b/applications.json index e5c1978..8cdc25c 100644 --- a/applications.json +++ b/applications.json @@ -6939,6 +6939,22 @@ "categories": [ "video" ] + }, + { + "repo_url" : "https://github.com/LumingYin/SpeedReader", + "official_site" : "https://itunes.apple.com/app/speed-reader/id1258448209?mt=12", + "title" : "Speed Reader", + "icon_url": "", + "screenshots" : [ + "https://github.com/LumingYin/SpeedReader/blob/master/speedreader_dark.gif?raw=true" + ], + "short_description" : "Read faster with the power of silencing vocalization with SpeedReader.", + "languages" : [ + "swift" + ], + "categories" : [ + "productivity" + ] } ] }