From 431de4eca15ff1a837405d6bf043da0c1e4426e5 Mon Sep 17 00:00:00 2001 From: Ido Shamun Date: Thu, 9 Jul 2020 14:46:13 +0300 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20add=20daily.dev=20to=20the=20daily?= =?UTF-8?q?=20category?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/daily.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/resources/daily.json b/resources/daily.json index 9daa0f7..25a9e75 100644 --- a/resources/daily.json +++ b/resources/daily.json @@ -43,6 +43,12 @@ "desc": "The five best design links, every day.", "url": "https://sidebar.io/", "tags": ["design", "reading", "aggregator"] + }, + { + "title": "daily.dev", + "desc": "Daily delivers the best programming news every new tab. It is a browser extension that boosts your professional growth.", + "url": "https://daily.dev/", + "tags": ["development", "reading", "aggregator", "discover"] } ] -} \ No newline at end of file +}