heaventaker/public/manifest.json
2021-05-26 08:57:08 +02:00

42 lines
No EOL
1 KiB
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",
"related_applications": [
{
"platform": "play",
"url": "https://play.google.com/store/apps/details?id=eu.danbulant.heaventaker",
"id": "eu.danbulant.heaventaker"
}
],
"screenshots": [{
"src": "/sprite/characters.png",
"sizes": "640x381",
"type": "image/png"
}]
}