{
  "name": "Islands Architecture & Streaming SSR",
  "short_name": "Islands Arch",
  "description": "A practical resource for partial hydration, streaming SSR, and islands architecture patterns.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#FAF3E0",
  "theme_color": "#8B1A1A",
  "lang": "en",
  "scope": "/",
  "icons": [
    {
      "src": "/assets/img/logo.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/assets/img/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/assets/img/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "categories": ["education", "developer"],
  "screenshots": []
}

