{
  "name": "RetroVerse",
  "short_name": "RetroVerse",
  "description": "Browse, play and stream the RetroVerse game, movie & music collection.",
  "start_url": "./",
  "scope": "./",
  "id": "shadowswords-arcade",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#07070d",
  "theme_color": "#07070d",
  "categories": ["games", "entertainment"],
  "icons": [
    { "src": "assets/img/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "assets/img/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "assets/img/icon-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "Play", "url": "./#/play" },
    { "name": "Favorites", "url": "./#/favorites" },
    { "name": "Cloud saves", "url": "./#/saves" },
    { "name": "Surprise me", "url": "./#/play/random" }
  ]
}
