heaventaker/public/manifest.json
2021-02-23 10:54:02 +01:00

35 lines
No EOL
820 B
JSON

{
"short_name": "Heaventaker",
"name": "Heaventaker",
"icons": [
{
"src": "/icon_192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "/icon.png",
"type": "image/png",
"sizes": "512x512"
},
{
"src": "/maskable_icon.png",
"type": "image/png",
"sizes": "512x512",
"purpose": "maskable"
}
],
"start_url": "/",
"background_color": "#333",
"display": "fullscreen",
"categories": ["games", "entertainment", "heaven"],
"scope": "/",
"theme_color": "#333",
"description": "Helltaker inspired holy game",
"orientation": "landscape",
"screenshots": [{
"src": "/sprite/characters.png",
"sizes": "640x381",
"type": "image/png"
}]
}