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