Add start URL to manifest.json
Adds the last criteria to make the application an installable PWA on mobile.
This commit is contained in:
parent
2815dc5209
commit
dd611b17ad
@ -5,6 +5,7 @@
|
|||||||
"background_color": "#1f1f1f",
|
"background_color": "#1f1f1f",
|
||||||
"description": "An alternative private front-end to Reddit",
|
"description": "An alternative private front-end to Reddit",
|
||||||
"theme_color": "#1f1f1f",
|
"theme_color": "#1f1f1f",
|
||||||
|
"start_url": "/",
|
||||||
"icons": [
|
"icons": [
|
||||||
{
|
{
|
||||||
"src": "logo.png",
|
"src": "logo.png",
|
||||||
|
Loading…
Reference in New Issue
Block a user