{
  "name": "Skinsights — Skin tracking journal",
  "short_name": "Skinsights",
  "description": "A daily ritual for noticing how your skin heals. Photo journal, treatment log, AI insights.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#F1FBEC",
  "theme_color": "#3FB54A",
  "categories": ["health", "lifestyle", "medical"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Log today's entry",
      "short_name": "Log today",
      "url": "/new",
      "description": "Quickly start a new daily skin entry"
    },
    {
      "name": "View timeline",
      "short_name": "Timeline",
      "url": "/timeline"
    }
  ]
}
