{
  "name": "Dohyo Legends",
  "short_name": "Dohyo",
  "description": "Free sumo card game. Build your deck, step onto the dohyo.",
  "start_url": "/game",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0a0805",
  "theme_color": "#1a1208",
  "categories": ["games", "entertainment"],
  "lang": "en",
  "icons": [
    {
      "src": "/icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/images/screenshots/screen-battle.webp",
      "sizes": "1280x720",
      "type": "image/webp",
      "form_factor": "wide",
      "label": "Battle screen"
    },
    {
      "src": "/images/screenshots/screen-campaign.webp",
      "sizes": "1280x720",
      "type": "image/webp",
      "form_factor": "wide",
      "label": "Campaign"
    }
  ]
}