aboutsummaryrefslogtreecommitdiff
path: root/public/manifest.beta.webmanifest
blob: a1fdd924dd84e3c9e466d22f2c4d61a2d64f0894 (plain)
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
26
27
28
29
{
  "name": "BETA Metis Rooster",
  "short_name": "BETA Rooster",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ececec",
  "description": "Een verbeterde rooster pagina voor het metis",
  "icons": [{
    "src": "/icons/res/mipmap-mdpi/ic_launcher.png",
    "sizes": "48x48",
    "type": "image/png"
  }, {
    "src": "/icons/res/mipmap-hdpi/ic_launcher.png",
    "sizes": "72x72",
    "type": "image/png"
  }, {
    "src": "/icons/res/mipmap-xhdpi/ic_launcher.png",
    "sizes": "96x96",
    "type": "image/png"
  }, {
    "src": "/icons/res/mipmap-xxhdpi/ic_launcher.png",
    "sizes": "144x144",
    "type": "image/png"
  }, {
    "src": "/icons/res/mipmap-xxxhdpi/ic_launcher.png",
    "sizes": "192x192",
    "type": "image/png"
  }]
}