feat: pwa
This commit is contained in:
BIN
client/static/icon.png
Normal file
BIN
client/static/icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 164 KiB |
16
client/static/manifest.json
Normal file
16
client/static/manifest.json
Normal file
@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "TrevStack",
|
||||
"description": "Template",
|
||||
"short_name": "tstack",
|
||||
"display": "standalone",
|
||||
"start_url": "/",
|
||||
"background_color": "#181825",
|
||||
"theme_color": "#89dceb",
|
||||
"icons": [
|
||||
{
|
||||
"src": "icon.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user