{
  "name": "Mêlée Island — The Map of Monkey Island",
  "short_name": "Mêlée Island",
  "description": "A tiny point-and-click pirate adventure driven by a local LLM.",
  "start_url": ".",
  "display": "fullscreen",
  "orientation": "landscape",
  "background_color": "#14101f",
  "theme_color": "#241b33",
  "icons": [
    {
      "src": "icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}