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",
|
||||
"description": "An alternative private front-end to Reddit",
|
||||
"theme_color": "#1f1f1f",
|
||||
"start_url": "/",
|
||||
"icons": [
|
||||
{
|
||||
"src": "logo.png",
|
||||
@ -20,4 +21,4 @@
|
||||
"sizes": "32x32"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user