This was easier than expected. Added a number of atttributes to the `manifest.json` file that allows for proper PWA installation.
This commit is contained in:
Nariman Jelveh 2024-03-05 19:31:50 -08:00
parent a78f4260f4
commit 64336bfc4e

View File

@ -1,5 +1,8 @@
{
"name": "App",
"name": "Puter",
"short_name": "Puter",
"display": "standalone",
"start_url": "/",
"icons": [
{
"src": "/favicons/android-icon-36x36.png",