{
  "name": "Isekai Status Window",
  "short_name": "Status",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#0b0f19",
  "theme_color": "#0b0f19",
  "orientation": "portrait",
  "icons": [
    {
      "src": "https://via.placeholder.com/192/38bdf8/0b0f19?text=STATUS",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "https://via.placeholder.com/512/38bdf8/0b0f19?text=STATUS",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}