{
  "name": "HACKERMAP",
  "short_name": "HACKERMAP",
  "description": "Full-screen retro-terminal world map that bounces network traces city to city and flashes target regions red. An ambient screen toy — no interface but right-click.",
  "start_url": "./",
  "scope": "./",
  "id": "hackermap",
  "display": "fullscreen",
  "display_override": ["fullscreen", "window-controls-overlay", "standalone"],
  "orientation": "landscape",
  "background_color": "#000000",
  "theme_color": "#000000",
  "categories": ["entertainment", "utilities"],
  "icons": [
    {
      "src": "./icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "./icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
    {
      "src": "./icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "monochrome"
    }
  ]
}
