pwa support for graduation/generate

This commit is contained in:
ClasWen 2024-06-12 22:57:44 +08:00
parent 0dc4f326e7
commit 6d580fa940
2 changed files with 15 additions and 0 deletions

15
public/manifest.json Normal file
View file

@ -0,0 +1,15 @@
{
"name": "Graduation Filming",
"short_name": "Graduation",
"display": "standalone",
"start_url": "/graduation/generate",
"theme_color": "#8888ff",
"background_color": "#aaaaff",
"icons": [
{
"src": "maskable_icon_x512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 114 KiB