From df6c36cd24095cb93db8ee170c6bb6cf17853edc Mon Sep 17 00:00:00 2001 From: Ben Busby Date: Sat, 9 May 2020 18:38:19 -0600 Subject: [PATCH] Update app.json Fixed image and repo link --- app.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app.json b/app.json index 1ca2ac8..76b58a1 100644 --- a/app.json +++ b/app.json @@ -1,8 +1,8 @@ { "name": "Whoogle Search", "description": "A lightweight, privacy-oriented, containerized Google search proxy for desktop/mobile that removes Javascript, AMP links, tracking, and ads/sponsored content", - "repository": "https://github.com/benbusby/whoogle", - "logo": "https://raw.githubusercontent.com/benbusby/whoogle/master/app/static/img/favicon/ms-icon-150x150.png", + "repository": "https://github.com/benbusby/whoogle-search", + "logo": "https://raw.githubusercontent.com/benbusby/whoogle-search/master/app/static/img/favicon/ms-icon-150x150.png", "keywords": ["search", "metasearch", "flask", "docker", "heroku", "adblock", "degoogle", "privacy"], "stack": "container" }