{
  "name": "ED5 MMO Studio",
  "short_name": "ED5 Studio",
  "description": "A full-stack, server-authoritative isometric MMO engine with 44 game systems, PixiJS 8 client, 82-table database, admin panel, Electron studio, and TypeScript plugin SDK.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#050403",
  "theme_color": "#050403",
  "orientation": "any",
  "scope": "/",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["games", "developer tools"]
}
