aboutsummaryrefslogtreecommitdiff
path: root/build/manifest.json
blob: 243039be463f09f46a4e040eb3e5410052099cec (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": "Fuwn",
  "name": "Fuwn, Full-stack Node.js Developer, Reverse Engineer, YouTuber.",
  "icons": [
    {
      "src": "superthumb.jpg",
      "sizes": "image/jpg",
      "type": "250x2250"
    },
    {
      "src": "superthumb.jpg",
      "type": "image/jpg",
      "sizes": "192x192"
    },
    {
      "src": "superthumb.jpg",
      "type": "image/jpg",
      "sizes": "512x512"
    }
  ],
  "start_url": ".",
  "display": "standalone",
  "theme_color": "#000000",
  "background_color": "#ffffff"
}