From 78818559b5af7092b19cfcd177ee632f33a206bd Mon Sep 17 00:00:00 2001 From: Jus de Patate Date: Sat, 19 Jan 2019 11:40:20 +0100 Subject: [PATCH] Add Star Citizen and EVE Online --- data.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/data.json b/data.json index a63b8503..624bda04 100644 --- a/data.json +++ b/data.json @@ -666,5 +666,17 @@ "url": "https://{}.itch.io/", "urlMain": "https://itch.io/", "errorType": "status_code" + }, + "Star Citizen": { + "url": "https://robertsspaceindustries.com/citizens/{}", + "urlMain": "https://robertsspaceindustries.com/", + "errorType": "status_code" + }, + "EVE Online": { + "url": "https://evewho.com/search/{}", + "urlMain": "https://eveonline.com", + "errorType": "message", + "errorMsg": "No results found with your search..." } } +