summaryrefslogtreecommitdiff
path: root/static/manifest.json
blob: f3faaf6bc78af5e43459ea2c99d355aa098f315c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "cl-bbs Textboard",
  "short_name": "cl-bbs",
  "description": "An anonymous textboard bulletin board system",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#882200",
  "orientation": "any",
  "icons": [
    {
      "src": "/static/schemebbs.png",
      "sizes": "64x64",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}