{
  "name": "Arise — Habit Tracker",
  "short_name": "Arise",
  "description": "Solo-Leveling-themed habit tracker. Level up your real life.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#05070d",
  "theme_color": "#0a0e1f",
  "categories": ["productivity", "lifestyle", "health"],
  "shortcuts": [
    {
      "name": "Today's Quests",
      "short_name": "Today",
      "description": "Check off today's quests at a glance",
      "url": "/today",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Weekly Rankings",
      "short_name": "Rankings",
      "description": "See where you stand this week",
      "url": "/arise/leaderboard",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Report",
      "short_name": "Stats",
      "description": "Your streak and completion stats",
      "url": "/arise/report",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ]
}
