pokerogue/manifest.json

22 lines
587 B
JSON
Raw Normal View History

2024-04-09 03:22:15 +00:00
{
"name": "PokéRogue",
"short_name": "PokéRogue",
"description": "A Pokémon fangame heavily inspired by the roguelite genre. Battle endlessly while gathering stacking items, exploring many different biomes, and reaching Pokémon stats you never thought possible.",
"start_url": "/",
"display": "standalone",
"background_color": "#8c8c8c",
"theme_color": "#8c8c8c",
"icons": [
{
"src": "./logo.png",
2024-04-09 03:22:15 +00:00
"sizes": "128x128",
"type": "image/png"
2024-04-12 16:13:40 +00:00
},
{
"src": "./logo512.png",
"sizes": "512x512",
"type": "image/png"
2024-04-09 03:22:15 +00:00
}
]
}