{
  "name": "ROSHCAM — live rock paper scissors",
  "short_name": "ROSHCAM",
  "description": "Real webcam rock paper scissors against strangers. Hand-gesture detection, ranked ELO, friends, leaderboards.",
  "start_url": ".",
  "scope": ".",
  "id": "/",
  "display": "standalone",
  "display_override": ["standalone", "fullscreen"],
  "orientation": "portrait",
  "background_color": "#08070d",
  "theme_color": "#08070d",
  "categories": ["games", "entertainment"],
  "icons": [
    { "src": "icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "icon-maskable-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "Play ranked", "short_name": "Play", "description": "Find a ranked match", "url": "./?go=play", "icons": [{ "src": "icon-192.png", "sizes": "192x192", "type": "image/png" }] },
    { "name": "Leaderboard", "short_name": "Rank", "description": "View the rankings", "url": "./?go=rank", "icons": [{ "src": "icon-192.png", "sizes": "192x192", "type": "image/png" }] },
    { "name": "Friends", "short_name": "Friends", "description": "See your friends", "url": "./?go=friends", "icons": [{ "src": "icon-192.png", "sizes": "192x192", "type": "image/png" }] }
  ]
}
