{
  "name": "TropicAquaApp",
  "short_name": "TAA",
  "description": "Immersive aquarium sims, reef lighting tools, and fish games.",
  "lang": "en",
  "start_url": "/index.html?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "browser"],
  "orientation": "portrait-primary",
  "background_color": "#eafcff",
  "theme_color": "#0ea5e9",
  "categories": ["education", "games", "simulation"],
  "icons": [
    { "src": "/assets/images/logo.png", "sizes": "192x192", "type": "image/png" },
    { "src": "/assets/images/logo.png", "sizes": "512x512", "type": "image/png", "purpose":"any maskable" }
  ],
  "shortcuts": [
    { "name": "Scuba Dash", "short_name": "Scuba", "url": "/games-scuba-dash.html" },
    { "name": "Games Hub", "short_name": "Games", "url": "/games.html" },
    { "name": "AI Learning Hub", "short_name": "AI Hub", "url": "/ai.html" }
  ],
  "screenshots": [
    { "src": "/assets/images/cards/gameshub.png", "sizes": "1280x720", "type": "image/png" },
    { "src": "/assets/images/cards/aquarium-three.webp", "sizes": "1280x720", "type": "image/webp" }
  ]
}
