{
 "name": "ScaryGamesAI",
 "short_name": "ScaryGamesAI",
 "description": "Play terrifying browser horror games with ScaryGamesAI.",
 "start_url": "/",
 "scope": "/",
 "display": "standalone",
 "theme_color": "#0b0b0f",
 "background_color": "#0b0b0f",
 "orientation": "landscape",
 "categories": ["games", "entertainment"],
  "icons": [
   {
    "src": "/icons/icon-192.svg",
    "sizes": "192x192",
    "type": "image/svg+xml",
    "purpose": "any maskable"
   },
   {
    "src": "/icons/icon-512.svg",
    "sizes": "512x512",
    "type": "image/svg+xml",
    "purpose": "any maskable"
   }
  ],
  "screenshots": [
   {
    "src": "/screenshots/backrooms-pacman-1.svg",
    "sizes": "1920x1080",
    "type": "image/svg+xml",
    "form_factor": "wide",
    "label": "Backrooms Pac-Man Gameplay"
   }
 ],
 "shortcuts": [
  {
    "name": "Backrooms Pac-Man",
    "short_name": "Backrooms",
    "description": "Play Backrooms Pac-Man",
    "url": "/games/backrooms-pacman/backrooms-pacman.html",
    "icons": [{ "src": "/icons/backrooms-icon.svg", "sizes": "192x192", "type": "image/svg+xml" }]
   }
  ],
  "prefer_related_applications": false,
 "related_applications": [],
 "launch_handler": {
  "client_mode": "navigate-existing"
 },
 "handle_links": "preferred"
}
