{
  "name": "Fallen Nights Demo",
  "short_name": "FN Demo",
  "start_url": "./",
  "display": "fullscreen",
  "orientation": "landscape",
  "background_color": "#0d0b12",
  "theme_color": "#0d0b12",
  "icons": [
    {
      "src": "./icon-192.png?v=fn20260920",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "./icon-512.png?v=fn20260920",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}