{
  "name": "AxoGamers — Free Online Games",
  "short_name": "AxoGamers",
  "description": "Play the best free online games at AxoGamers. Enjoy top-rated games instantly in your browser. No downloads required.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0d0d14",
  "theme_color": "#7c3aed",
  "orientation": "any",
  "scope": "/",
  "lang": "en",
  "categories": ["games", "entertainment"],
  "icons": [
    {
      "src": "/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "screenshots": [
    {
      "src": "/og-image.png",
      "sizes": "1200x630",
      "type": "image/png",
      "label": "AxoGamers Homepage"
    }
  ],
  "shortcuts": [
    {
      "name": "All Games",
      "short_name": "Games",
      "description": "Browse all free games",
      "url": "/games?filter=popular",
      "icons": [{ "src": "/icon-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "New Games",
      "short_name": "New",
      "description": "Newly added games",
      "url": "/games?filter=new",
      "icons": [{ "src": "/icon-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Leaderboard",
      "short_name": "Ranks",
      "description": "Top players leaderboard",
      "url": "/leaderboard",
      "icons": [{ "src": "/icon-192x192.png", "sizes": "192x192" }]
    }
  ]
}
