mirror of
https://github.com/m1ngsama/FUJI.git
synced 2025-12-24 10:51:27 +00:00
pwa support for graduation/generate
This commit is contained in:
parent
0dc4f326e7
commit
6d580fa940
2 changed files with 15 additions and 0 deletions
15
public/manifest.json
Normal file
15
public/manifest.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
BIN
public/maskable_icon_x512.png
Normal file
BIN
public/maskable_icon_x512.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 114 KiB |
Loading…
Reference in a new issue