mirror of
https://github.com/HeyPuter/puter.git
synced 2025-02-02 23:28:39 +08:00
close #27
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:
parent
a78f4260f4
commit
64336bfc4e
@ -1,5 +1,8 @@
|
|||||||
{
|
{
|
||||||
"name": "App",
|
"name": "Puter",
|
||||||
|
"short_name": "Puter",
|
||||||
|
"display": "standalone",
|
||||||
|
"start_url": "/",
|
||||||
"icons": [
|
"icons": [
|
||||||
{
|
{
|
||||||
"src": "/favicons/android-icon-36x36.png",
|
"src": "/favicons/android-icon-36x36.png",
|
||||||
|
Loading…
Reference in New Issue
Block a user