๐Ÿ“ฆ axelbdt / axelbdt.github.io

๐Ÿ“„ manifest.json ยท 17 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17{
  "name": "Tiimer",
  "short_name": "Tiimer",
  "description": "A repeating timer",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#000000",
  "icons": [
    {
      "src": "/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    }
  ]
}