{
  "name": "Streakit",
  "short_name": "Streakit",
  "description": "Track your daily habits and streaks",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#9333ea",
  "background_color": "#faf5ff",
  "categories": ["health", "lifestyle", "productivity"],
  "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 maskable"
    },
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    }
  ],
  "shortcuts": [
    {
      "name": "New Counter",
      "short_name": "New",
      "description": "Create a new streak or goal",
      "url": "/counter/create",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
