LabCodeHub öffentliche Ansicht
Anmelden
Küpper / Quildrop öffentlich
Branch: main
Quildrop / static / icons / site.webmanifest
Verlauf Rohdaten
R Rüdiger Küpper fix: favicon
b597676a vor 6 Monaten
static/icons/site.webmanifest 15 Zeilen · 547 B · Text
1
{
2
  "name": "Quilldrop",
3
  "short_name": "Quilldrop",
4
  "description": "CMS/Static Site Generator",
5
  "start_url": "/",
6
  "scope": "/",
7
  "display": "standalone",
8
  "background_color": "#0b1020",
9
  "theme_color": "#0b1020",
10
  "icons": [
11
    { "src": "/static/icons/android-chrome-192.png", "sizes": "192x192", "type": "image/png" },
12
    { "src": "/static/icons/android-chrome-512.png", "sizes": "512x512", "type": "image/png" },
13
    { "src": "/static/icons/maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
14
  ]
15
}