/ web / assets / manifest.json
manifest.json
 1  {
 2    "name": "Ceratina Dashboard",
 3    "short_name": "Ceratina",
 4    "description": "CO2 sensor dashboard for Apidae Systems Ceratina data logger",
 5    "start_url": "/",
 6    "display": "standalone",
 7    "background_color": "#0a0a0c",
 8    "theme_color": "#f5b72b",
 9    "orientation": "any",
10    "icons": [
11      {
12        "src": "/assets/symbol.svg",
13        "sizes": "any",
14        "type": "image/svg+xml",
15        "purpose": "any maskable"
16      }
17    ]
18  }