{
  "name": "Moody — Mood Tracker",
  "short_name": "Moody",
  "description": "Quick mood check-ins, delivered as push notifications.",
  "id": "/",
  "start_url": "/index.html?source=pwa",
  "display": "standalone",
  "background_color": "#111318",
  "theme_color": "#111318",
  "icons": [
    { "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" }
  ],
  "shortcuts": [
    {
      "name": "Quick log",
      "short_name": "Quick log",
      "description": "Log a mood right now, outside the scheduled prompts",
      "url": "/index.html",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
