{
  "name": "Rayaan's Game Arcade",
  "short_name": "Rayaan's Arcade",
  "description": "A growing collection of homemade games designed by a 9-year-old game designer — Sonic-style runners, chess against silly opponents, a 1000-animal zoo, snakes and ladders, music makers, story books, and lots more.",
  "start_url": "/game_arcade.html",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#1a1a2e",
  "theme_color": "#6a3aaa",
  "lang": "en-US",
  "dir": "ltr",
  "categories": ["games", "education", "kids", "entertainment"],
  "icons": [
    {
      "src": "icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Rayaan Dash",
      "short_name": "Dash",
      "description": "Sonic-style 11-level auto-runner",
      "url": "/rayaan_dash.html"
    },
    {
      "name": "The Zoo",
      "short_name": "Zoo",
      "description": "Catch 1000 cute animals",
      "url": "/the_zoo.html"
    },
    {
      "name": "Chess",
      "short_name": "Chess",
      "description": "Play chess vs Crazy Worm, Ancient Guard, and friends",
      "url": "/chess.html"
    }
  ]
}
