{
  "name": "DayShape — Your Day as a Story",
  "short_name": "DayShape",
  "description": "Turn your whole day into a health story. Import Apple Watch data, detect activities, and discover personal insights.",
  "start_url": "/dayshape/",
  "scope": "/dayshape/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#030712",
  "theme_color": "#1e1b4b",
  "categories": ["health", "fitness", "lifestyle"],
  "icons": [
    {
      "src": "icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "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-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Upload Health Data",
      "short_name": "Upload",
      "url": "/dayshape/",
      "description": "Import your Health Auto Export CSV"
    }
  ]
}
