aboutsummaryrefslogtreecommitdiffstats
path: root/public/manifest.json
blob: af234223e0a11fafb0d0a077d6063cb9a10f9485 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
  "short_name": "PyDis Forms",
  "name": "Python Discord Forms",
  "icons": [
    {
      "src": "/branding/logo192.png",
      "type": "image/png",
      "sizes": "192x192"
    },
    {
      "src": "/branding/logo256.png",
      "type": "image/png",
      "sizes": "256x256"
    },
    {
      "src": "/branding/logo512.png",
      "type": "image/png",
      "sizes": "512x512"
    }
  ],
  "start_url": ".",
  "display": "standalone",
  "theme_color": "#7289DA",
  "background_color": "#23272A"
}