mirror of
https://github.com/michivonah/website-v2.git
synced 2025-12-22 20:46:29 +01:00
Create manifest.json
This commit is contained in:
parent
020dc3fb77
commit
2e362526a8
1 changed files with 32 additions and 0 deletions
32
manifest.json
Normal file
32
manifest.json
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
{
|
||||
"name": "Michi von Ah",
|
||||
"short_name": "Michi",
|
||||
"description": "Hi! I'm Michi von Ah and this is my website.",
|
||||
"lang": "en-CH",
|
||||
"orientation": "any",
|
||||
"theme_color": "#3498db",
|
||||
"background_color": "#2980b9",
|
||||
"start_url": "https://michivonah.ch",
|
||||
"display": "standalone",
|
||||
"icons": [
|
||||
{
|
||||
"src": "https://michivonah.ch/icons/logo/favicon_128.png",
|
||||
"sizes": "96x96"
|
||||
},
|
||||
{
|
||||
"src": "https://michivonah.ch/icons/logo/favicon_256.png",
|
||||
"sizes": "144x144",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "https://michivonah.ch/icons/logo/favicon_256.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "https://michivonah.ch/icons/logo/favicon_256.png",
|
||||
"sizes": "256x256",
|
||||
"type": "image/png"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue