mirror of
https://github.com/Casvt/MIND.git
synced 2026-04-03 03:00:22 -04:00
Added support for PWA
This commit is contained in:
18
frontend/static/json/manifest.json
Normal file
18
frontend/static/json/manifest.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "MIND",
|
||||
"short_name": "MIND",
|
||||
"start_url": "/",
|
||||
"display": "standalone",
|
||||
"background_color": "#1b1b1b",
|
||||
"theme_color": "#6b6b6b",
|
||||
"orientation": "portrait-primary",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/static/img/favicon.svg",
|
||||
"type": "image/svg+xml",
|
||||
"sizes": "64x64 32x32 24x24 16x16"
|
||||
}
|
||||
]
|
||||
} }
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user