{
  "name": "Habitbi",
  "short_name": "Habitbi",
  "description": "Trackea tus hábitos con un heatmap estilo GitHub, horarios y sincronización con Google Calendar.",
  "start_url": "/",
  "display": "standalone",
  "scope": "/",
  "theme_color": "#0a0a0c",
  "background_color": "#0a0a0c",
  "icons": [
    { "src": "/icons/icon-192x192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512x512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icons/maskable-512x512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" },
    { "src": "/favicon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" }
  ],
  "screenshots": [
    { "src": "/og-image.png", "sizes": "1200x630", "type": "image/png", "form_factor": "wide" }
  ],
  "categories": ["productivity"],
  "shortcuts": [
    {
      "name": "Create Habit",
      "short_name": "New Habit",
      "description": "Quickly create a new habit to track",
      "url": "/?create=true",
      "icons": [{ "src": "/icons/icon-192x192.png", "sizes": "192x192" }]
    }
  ]
}
