{
  "id": "/",
  "name": "Inner Weather — Feelings Tracker",
  "short_name": "Inner Weather",
  "description": "A gentle, layered feelings tracker that saves locally first.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "portrait-primary",
  "background_color": "#fffaf0",
  "theme_color": "#fffaf0",
  "categories": ["health", "lifestyle"],
  "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-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "New check-in", "short_name": "Check in", "url": "/?view=checkin", "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }] },
    { "name": "View history", "short_name": "History", "url": "/?view=history", "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }] }
  ]
}
