{
  "name": "77-Day Challenge",
  "short_name": "77 Challenge",
  "description": "Daily 77-day challenge check-ins, journaling, mood insights, and community support.",
  "id": "/challenge/app/dashboard.php",
  "start_url": "/challenge/app/dashboard.php",
  "scope": "/challenge/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "orientation": "portrait",
  "background_color": "#000000",
  "theme_color": "#000000",
  "categories": ["health", "lifestyle", "productivity"],
  "icons": [
    {
      "src": "/challenge/assets/UC%20favicon/web-app-manifest-192x192.png?v=2",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/challenge/assets/UC%20favicon/web-app-manifest-512x512.png?v=2",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Daily Check-in",
      "short_name": "Daily",
      "description": "Open today's challenge checklist.",
      "url": "/challenge/app/dashboard.php",
      "icons": [
        {
          "src": "/challenge/assets/UC%20favicon/web-app-manifest-192x192.png?v=2",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Journal",
      "short_name": "Journal",
      "description": "Open your journal.",
      "url": "/challenge/app/journal.php",
      "icons": [
        {
          "src": "/challenge/assets/UC%20favicon/web-app-manifest-192x192.png?v=2",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
