pokerogue/public/manifest.webmanifest

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