{
  "name": "MyDailyWin",
  "short_name": "MyDailyWin",
  "description": "Turn daily habits into a rewarding game. Stay active, stay sharp, and celebrate your wins!",
  "start_url": "/app.html",
  "display": "standalone",
  "background_color": "#f7f7f7",
  "theme_color": "#58cc02",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["health", "lifestyle", "productivity"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Open App",
      "url": "/app.html",
      "icons": [{ "src": "/icon-192.svg", "sizes": "192x192" }]
    }
  ]
}