all repos — felt @ main

virtual tabletop for dungeons and dragons (and similar) using Go, MongoDB, and websockets

static/manifest.json (raw)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "short_name": "Felt",
  "name": "Felt virtual tabletop for distributed cooperative storytelling",
  "icons": [
    {
      "src": "/table/logo.svg",
      "sizes": "any",
      "type": "image/svg"
    }
  ],
  "start_url": "/table/index.html",
  "display": "standalone",
  "orientation": "auto"
}