From 28ec94a97b72798493003b686e7cfacd977f4853 Mon Sep 17 00:00:00 2001 From: Siddharth Dushantha Date: Mon, 24 Dec 2018 15:35:50 +0100 Subject: [PATCH] added VSCO --- data.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/data.json b/data.json index 74f9352f..306c5d52 100644 --- a/data.json +++ b/data.json @@ -179,5 +179,10 @@ "url": "https://{}.livejournal.com", "errorType": "message", "errorMsg": "Unknown Journal" + }, + "VSCO": { + "url": "https://vsco.co/{}", + "errorType": "message", + "errorMsg": "This page does not exist" } -} \ No newline at end of file +}