mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-16 09:21:24 +01:00
add web manifest
This commit is contained in:
parent
bcdffca14e
commit
9afe76f01a
9 changed files with 46 additions and 2 deletions
42
manifest.webmanifest
Normal file
42
manifest.webmanifest
Normal file
|
|
@ -0,0 +1,42 @@
|
|||
{
|
||||
"theme_color": "#466eab",
|
||||
"background_color": "#fff",
|
||||
"display": "standalone",
|
||||
"orientation": "landscape",
|
||||
"scope": "/",
|
||||
"start_url": "/",
|
||||
"name": "Azgaar's Fantansy Map Generator",
|
||||
"short_name": "Azgaar's Fantansy Map Generator",
|
||||
"description": "Web application generating interactive and highly customizable maps",
|
||||
"icons": [
|
||||
{
|
||||
"src": "images/icons/icon_x512",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "images/icons/maskable_icon_x512",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png",
|
||||
"purpose": "maskable"
|
||||
},
|
||||
{
|
||||
"src": "images/icons/maskable_icon_x384",
|
||||
"sizes": "384x384",
|
||||
"type": "image/png",
|
||||
"purpose": "maskable"
|
||||
},
|
||||
{
|
||||
"src": "images/icons/maskable_icon_x192",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png",
|
||||
"purpose": "maskable"
|
||||
},
|
||||
{
|
||||
"src": "images/icons/maskable_icon_x128",
|
||||
"sizes": "128x128",
|
||||
"type": "image/png",
|
||||
"purpose": "maskable"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue