{
  "name": "The Greatest Project Ever Is YOU",
  "short_name": "YOU",
  "description": "Level up your life daily. Track your stats, complete quests, and become the best version of yourself.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#0a0a0a",
  "orientation": "portrait",
  "categories": ["lifestyle", "productivity", "self-improvement", "social"],
  "icons": [
    {
      "src": "/favicon.png",
      "sizes": "48x48",
      "type": "image/png"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "screenshots": [
    {
      "src": "/opengraph.jpg",
      "sizes": "1200x630",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "Dashboard - Track your stats and level up"
    },
    {
      "src": "/opengraph.jpg",
      "sizes": "1200x630",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Dashboard - Track your stats and level up"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "url": "/",
      "icons": [{ "src": "/favicon.png", "sizes": "48x48" }]
    },
    {
      "name": "Marketplace",
      "short_name": "Market",
      "url": "/marketplace",
      "icons": [{ "src": "/favicon.png", "sizes": "48x48" }]
    },
    {
      "name": "Flow Space",
      "short_name": "Flow",
      "url": "/flow",
      "icons": [{ "src": "/favicon.png", "sizes": "48x48" }]
    },
    {
      "name": "Alliance Hub",
      "short_name": "Alliance",
      "url": "/social",
      "icons": [{ "src": "/favicon.png", "sizes": "48x48" }]
    }
  ]
}
