{
  "name": "GaragePanel",
  "short_name": "Garage",
  "description": "Управление гаражом через MQTT",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#1e1e1e",
    "icons": [
      {
        "src": "garage.ico",
        "sizes": "192x192",
        "type": "image/ico",
        "purpose": "any maskable"
      },
      {
        "src": "garage.ico",
        "sizes": "512x512",
        "type": "image/ico",
        "purpose": "any maskable"
      }
    ],
  "orientation": "portrait",
  "scope": "/"
}