pokerogue/manifest.json

22 lines
587 B
JSON
Raw Normal View History

2024-04-08 20:22:15 -07: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-08 20:22:15 -07:00
"sizes": "128x128",
"type": "image/png"
2024-04-12 09:13:40 -07:00
},
{
"src": "./logo512.png",
"sizes": "512x512",
"type": "image/png"
2024-04-08 20:22:15 -07:00
}
]
}