{
  "name": "Fyncora",
  "short_name": "Fyncora",
  "description": "Personal finance, done right. Track your goals, habits, and finances.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#10b981",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Quick Log Habit",
      "short_name": "Log Habit",
      "description": "Quickly log a habit event",
      "url": "/habits/quick-log",
      "icons": [{ "src": "/icons/shortcut-log.png", "sizes": "192x192" }]
    },
    {
      "name": "View Habits",
      "short_name": "Habits",
      "description": "View all your habits",
      "url": "/habits/list",
      "icons": [{ "src": "/icons/shortcut-habits.png", "sizes": "192x192" }]
    },
    {
      "name": "View Goals",
      "short_name": "Goals",
      "description": "View your goals",
      "url": "/goals",
      "icons": [{ "src": "/icons/shortcut-goals.png", "sizes": "192x192" }]
    }
  ],
  "categories": ["lifestyle", "productivity", "health"],
  "screenshots": [
    {
      "src": "/screenshots/habits.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Habit tracking dashboard"
    }
  ]
}
