{
  "name": "Euchre Game Replayer",
  "short_name": "Replayer",
  "description": "Interactive Euchre Game Notation (EGN) Replayer and Scenario Editor",
  "id": "/r",
  "scope": "/",
  "start_url": "/r",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#1b2a4a",
  "theme_color": "#1b2a4a",
  "icons": [
    {
      "src": "/img/replayerLogo.png",
      "sizes": "any",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    }
  ],
  "file_handlers": [
    {
      "action": "/r",
      "accept": {
        "text/egn": [
          ".egn"
        ],
        "application/json": [
          ".egn",
          ".emn"
        ],
        "application/octet-stream": [
          ".egnb",
          ".emnb"
        ]
      },
      "icons": [
        {
          "src": "/img/replayerLogo.png",
          "sizes": "any",
          "type": "image/png"
        },
        {
          "src": "/icon.svg",
          "sizes": "any",
          "type": "image/svg+xml"
        }
      ],
      "launch_type": "single-client"
    }
  ]
}