Change Libreddit PWA Theme Color

This commit is contained in:
spikecodes 2021-02-01 16:26:35 -08:00
parent d790264a62
commit 956de50419
No known key found for this signature in database
GPG key ID: 004CECFF9B463BCB
2 changed files with 3 additions and 4 deletions

View file

@ -2,9 +2,9 @@
"name": "Libreddit",
"short_name": "Libreddit",
"display": "standalone",
"background_color": "#2A3443",
"background_color": "#1F1F1F",
"description": "An alternative private front-end to Reddit",
"theme_color": "#2A3443",
"theme_color": "#1F1F1F",
"icons": [
{
"src": "./logo.png",