{
  "name": "CompileMate — Code. Compete. Earn.",
  "short_name": "CompileMate",
  "description": "The competitive programming platform where your skills earn real rewards. Solve problems, win battles, redeem MateCoins.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#09090b",
  "theme_color": "#302b63",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/static/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/static/screenshots/desktop-home.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    },
    {
      "src": "/static/screenshots/mobile-home.png",
      "sizes": "640x1136",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ],
  "shortcuts": [
    {
      "name": "Problems",
      "short_name": "Problems",
      "description": "Browse coding problems",
      "url": "/problems/",
      "icons": [{ "src": "/static/icons/problems.png", "sizes": "96x96" }]
    },
    {
      "name": "Daily Challenge",
      "short_name": "Daily",
      "description": "Today's coding challenge",
      "url": "/daily-challenge/",
      "icons": [{ "src": "/static/icons/daily.png", "sizes": "96x96" }]
    },
    {
      "name": "Battles",
      "short_name": "Battles",
      "description": "1v1 Code battles",
      "url": "/battles/",
      "icons": [{ "src": "/static/icons/battle.png", "sizes": "96x96" }]
    },
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Your stats and progress",
      "url": "/dashboard/",
      "icons": [{ "src": "/static/icons/dashboard.png", "sizes": "96x96" }]
    }
  ],
  "categories": ["education", "productivity", "developer tools"],
  "share_target": {
    "action": "/share/",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}

