{
  "name": "EduPull Games - Learn Through Tug-of-War Quiz Battles",
  "short_name": "EduPull Games",
  "description": "Competitive educational tug-of-war quiz platform for Namibian schools. Students answer questions to pull the rope in exciting team battles!",
  "start_url": "/",
  "display": "standalone",
  "scope": "/",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#ea580c",
  "categories": ["education", "games"],
  "screenshots": [
    {
      "src": "/images/tug-pull-logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "icons": [
    {
      "src": "/images/tug-pull-logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/tug-pull-logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/tug-pull-logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Play Challenge",
      "short_name": "Challenge",
      "description": "Start a new tug-of-war challenge",
      "url": "/play",
      "icons": [
        {
          "src": "/images/tug-pull-logo.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Tournaments",
      "short_name": "Tournaments",
      "description": "View and join tournaments",
      "url": "/tournament",
      "icons": [
        {
          "src": "/images/trophy.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Leaderboard",
      "short_name": "Leaderboard",
      "description": "Check the global leaderboard",
      "url": "/leaderboard",
      "icons": [
        {
          "src": "/images/trophy.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "prefer_related_applications": false,
  "related_applications": []
}
