Add start URL to manifest.json

Adds the last criteria to make the application an installable PWA on mobile.
This commit is contained in:
Dean Sallinen 2023-09-17 23:00:01 -07:00 committed by GitHub
parent 2815dc5209
commit dd611b17ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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"
}
]
}
}