{
  "name": "PWA Web Navigator",
  "short_name": "WebNav",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#12141c",
  "theme_color": "#1a1c24",
  "orientation": "portrait",
  "icons": [
    {
      "src": "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='192' height='192' viewBox='0 0 192 192'><rect width='192' height='192' fill='%231a1c24'/><path d='M96,30 L150,150 L96,120 L42,150 Z' fill='%233b82f6'/></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml"
    },
    {
      "src": "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='512' height='512' viewBox='0 0 512 512'><rect width='512' height='512' fill='%231a1c24'/><path d='M256,80 L400,400 L256,320 L112,400 Z' fill='%233b82f6'/></svg>",
      "sizes": "512x512",
      "type": "image/svg+xml"
    }
  ]
}