{
  "name": "FIRERED — Fan-Made GBA-Style Adventure",
  "short_name": "FIRERED",
  "description": "Fan-made FireRed-style monster-catching RPG in vanilla JS. A single-shot prompt trial of the Claude model Fable 5.",
  "start_url": ".",
  "scope": ".",
  "display": "fullscreen",
  "orientation": "landscape",
  "background_color": "#6e0c06",
  "theme_color": "#c81810",
  "icons": [
    { "src": "assets/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "assets/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "assets/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ]
}
