summaryrefslogtreecommitdiffstats
path: root/site.webmanifest
blob: 4ff8bf53956d977ae4f2f95a718cf679737369a4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
   "background_color" : "#ffffff",
   "display" : "standalone",
   "icons" : [
      {
         "sizes" : "192x192",
         "src" : "/android-chrome-192x192.png",
         "type" : "image/png"
      },
      {
         "sizes" : "512x512",
         "src" : "/android-chrome-512x512.png",
         "type" : "image/png"
      }
   ],
   "name" : "",
   "short_name" : "",
   "theme_color" : "#ffffff"
}