From 01d7fdef889350a25767d5b1999f8698de7ba5a6 Mon Sep 17 00:00:00 2001 From: Joe Banks Date: Mon, 28 Sep 2020 02:23:04 +0100 Subject: Initial commit --- public/index.html | 29 +++-------------------------- public/manifest.json | 8 ++++---- 2 files changed, 7 insertions(+), 30 deletions(-) (limited to 'public') diff --git a/public/index.html b/public/index.html index aa069f2..4393349 100644 --- a/public/index.html +++ b/public/index.html @@ -4,40 +4,17 @@ - + - - - React App + Python Discord Forms
- diff --git a/public/manifest.json b/public/manifest.json index 080d6c7..60e8f8c 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,6 +1,6 @@ { - "short_name": "React App", - "name": "Create React App Sample", + "short_name": "Python Discord Forms", + "name": "Python Discord Forms", "icons": [ { "src": "favicon.ico", @@ -20,6 +20,6 @@ ], "start_url": ".", "display": "standalone", - "theme_color": "#000000", - "background_color": "#ffffff" + "theme_color": "#7289DA", + "background_color": "#23272A" } -- cgit v1.2.3