{
  "name": "TIC-COMMAND!",
  "short_name": "TIC-CMD",
  "description": "TIC-COMMAND! — HTML5 real-time strategy port of the TIC-80 original",
  "start_url": "./TIC-COMMAND.html",
  "scope": "./",
  "display": "fullscreen",
  "display_override": ["fullscreen", "standalone"],
  "orientation": "any",
  "background_color": "#0a0a0a",
  "theme_color": "#2fff52",
  "icons": [
    {
      "src": "./icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "./icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
