{
  "name": "Daynite - Daily Health & Lifestyle Tracker",
  "short_name": "Daynite",
  "description": "Your daily diary & lifestyle tracker with AI-powered insights",
  "start_url": "https://www.daynite.app/",
  "display": "standalone",
  "background_color": "#18181b",
  "theme_color": "#18181b",
  "orientation": "portrait",
  "scope": "/",
  "icons": [
    {
      "src": "/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-1024x1024.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "categories": ["health", "lifestyle", "productivity"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Morning Entry",
      "short_name": "Morning",
      "description": "Log your morning entry",
      "url": "/?action=morning",
      "icons": [{ "src": "/icon-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Night Entry",
      "short_name": "Night",
      "description": "Log your night entry",
      "url": "/?action=night",
      "icons": [{ "src": "/icon-192x192.png", "sizes": "192x192" }]
    }
  ]
}



























