{
  "name": "LudoEngine Game Maker",
  "short_name": "LudoEngine",
  "description": "Create mobile 2D games in your browser. Simple code. Real games.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0a0a12",
  "theme_color": "#7C3AED",
  "orientation": "any",
  "categories": ["education", "games", "developer tools"],
  "icons": [
    {
      "src": "/icons/pwa-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/pwa-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
