{
  "name": "E-Swertres 3D Ecredit Game",
  "short_name": "E-Swertres",
  "description": "A mobile-first 3-digit number game platform powered by ecredits with real draw result tracking.",
  
  "start_url": "/?source=pwa",
  "scope": "/",
  
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  
  "background_color": "#020617",
  "theme_color": "#0f172a",
  
  "orientation": "portrait-primary",
  
  "icons": [
    {
      "src": "/assets/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/assets/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  
  "categories": ["games", "finance", "entertainment"],
  
  "lang": "en",
  "dir": "ltr"
}