aboutsummaryrefslogtreecommitdiff
path: root/public-metis/manifest.webmanifest
blob: dd1d03d6e07016670cf17f72901ce2c9c23a97f2 (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": "Metis Rooster",
  "short_name": "Rooster",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ececec",
  "description": "De rooster pagina van het Metis Montessori Lyceum",
  "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"
  }]
}