wip 4
This commit is contained in:
17
frontend/dist/manifest.json
vendored
Normal file
17
frontend/dist/manifest.json
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"name": "AnthoLume",
|
||||
"short_name": "AnthoLume",
|
||||
"lang": "en-US",
|
||||
"theme_color": "#1F2937",
|
||||
"display": "standalone",
|
||||
"scope": "/",
|
||||
"start_url": "/",
|
||||
"icons": [
|
||||
{
|
||||
"purpose": "any",
|
||||
"sizes": "512x512",
|
||||
"src": "/assets/icons/icon512.png",
|
||||
"type": "image/png"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user