{
  "id": "/",
  "name": "Retro Games by Parker Data Link",
  "short_name": "Retro Games",
  "description": "Ten arcade classics rebuilt from scratch: Snake, Pong, Breakout, Sokoban, Hunt the Wumpus, Robots, Worm, Hangman, Battleship and Rogue. Plays fully offline with no accounts and no tracking.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "fullscreen", "minimal-ui"],
  "orientation": "any",
  "background_color": "#080a12",
  "theme_color": "#080a12",
  "lang": "en-US",
  "dir": "ltr",
  "categories": ["games", "entertainment"],
  "prefer_related_applications": false,
  "icons": [
    { "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "icons/maskable-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "icons/maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "screenshots": [
    { "src": "icons/shot-menu.png", "sizes": "1080x1920", "type": "image/png", "form_factor": "narrow", "label": "The game library" },
    { "src": "icons/shot-game.png", "sizes": "1080x1920", "type": "image/png", "form_factor": "narrow", "label": "Playing Snake" },
    { "src": "icons/shot-wide.png", "sizes": "1920x1080", "type": "image/png", "form_factor": "wide", "label": "Retro Games on a large screen" }
  ],
  "shortcuts": [
    { "name": "Snake",    "url": "/#/snake",    "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }] },
    { "name": "Breakout", "url": "/#/breakout", "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }] },
    { "name": "Rogue",    "url": "/#/rogue",    "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }] }
  ]
}
