{
  "name": "Terminal Quest",
  "short_name": "Terminal Quest",
  "description": "Learn terminal and Termux commands through gamified browser missions and simulated labs.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "background_color": "#020502",
  "theme_color": "#00e676",
  "orientation": "any",
  "categories": ["education", "utilities"],
  "icons": [
    {
      "src": "./terminal-quest-icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "./terminal-quest-icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ]
}
