{
  "name": "Bare Pages - Writing Suite",
  "short_name": "Bare Pages",
  "description": "Minimalist AI-powered writing suite with runtime title control.",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#4f46e5",
  "launch_handler": {
    "client_mode": "navigate-new"
  },
  "icons": [
    {
      "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Crect width='32' height='32' rx='8' fill='%234f46e5'/%3E%3Cpath d='M23 10c-1-1.5-3-2-5-1.5 2 1 3 3 2.5 5.5l-1 4.5-3.5 2.5 2 1.5 5-4.5L24 13c.5-1.5.2-2.3-1-3z' fill='white'/%3E%3C/svg%3E",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Crect width='32' height='32' rx='8' fill='%234f46e5'/%3E%3Cpath d='M23 10c-1-1.5-3-2-5-1.5 2 1 3 3 2.5 5.5l-1 4.5-3.5 2.5 2 1.5 5-4.5L24 13c.5-1.5.2-2.3-1-3z' fill='white'/%3E%3C/svg%3E",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ]
}