{
  "id": "/?source=pwa",
  "name": "RPS Rush - Rock Paper Scissors Arcade",
  "short_name": "RPS Rush",
  "description": "Fast-paced arcade game. Swipe and tap to match Rock, Paper, Scissors and smash endless waves of obstacles.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "browser"],
  "orientation": "portrait",
  "background_color": "#0b1020",
  "theme_color": "#7c3aed",
  "lang": "en-US",
  "dir": "ltr",
  "categories": ["games", "entertainment", "arcade"],
  "iarc_rating_id": "e84b072d-71b3-4d3e-86ae-31a8ce4e53b7",
  "prefer_related_applications": false,
  "related_applications": [],
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  },
  "handle_links": "preferred",
  "edge_side_panel": {
    "preferred_width": 480
  },
  "shortcuts": [
    {
      "name": "Play now",
      "short_name": "Play",
      "description": "Jump straight into a new game",
      "url": "/?source=pwa-shortcut",
      "icons": [
        { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }
      ]
    },
    {
      "name": "Privacy policy",
      "short_name": "Privacy",
      "description": "Read the privacy policy",
      "url": "/privacy",
      "icons": [
        { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }
      ]
    }
  ],
  "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/icon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/gameplay.png",
      "sizes": "720x1280",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Gameplay"
    },
    {
      "src": "/screenshots/menu.png",
      "sizes": "720x1280",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Main menu"
    },
    {
      "src": "/screenshots/highscore.png",
      "sizes": "720x1280",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "High scores"
    },
    {
      "src": "/screenshots/action.png",
      "sizes": "720x1280",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Action scene"
    },
    {
      "src": "/screenshots/wide-gameplay.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Gameplay on desktop"
    },
    {
      "src": "/screenshots/wide-action.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Action on desktop"
    }
  ]
}
