pokerogue/public/manifest.webmanifest

15 lines
558 B
Plaintext
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.",
2024-04-12 22:11:44 +00:00
"scope": "/",
2024-04-09 03:22:15 +00:00
"start_url": "/",
"display": "standalone",
"background_color": "#8c8c8c",
"theme_color": "#8c8c8c",
"icons": [
2024-04-12 22:11:44 +00:00
{ "src": "logo128.png", "sizes": "128x128", "type": "image/png" },
{ "src": "logo512.png", "sizes": "512x512", "type": "image/png" }
2024-04-09 03:22:15 +00:00
]
}