feat: the webmanifest
This commit is contained in:
parent
56680c8f34
commit
59a59ecc0a
15
assets/manifest.json
Normal file
15
assets/manifest.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"name": "Todo Baggins",
|
||||
"short_name": "Todo Baggins",
|
||||
"start_url": "/",
|
||||
"display": "standalone",
|
||||
"background_color": "#27272a",
|
||||
"theme_color": "#e4e4e7",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/images/icon.png",
|
||||
"sizes": "any",
|
||||
"type": "image/png"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user