{
  "name": "KOVA",
  "short_name": "KOVA",
  "description": "Intelligente Gebäude-Steuerung für dein Zuhause",
  "start_url": "/?source=pwa",
  "id": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait-primary",
  "background_color": "#0A0A0A",
  "theme_color": "#0A0A0A",
  "lang": "de",
  "dir": "ltr",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 540 720'><rect fill='%230a0f0d' width='540' height='720'/><rect fill='%23171c24' x='20' y='80' width='500' height='150' rx='16'/><rect fill='%2310151d' x='20' y='250' width='500' height='400' rx='16'/></svg>",
      "sizes": "540x720",
      "type": "image/svg+xml",
      "form_factor": "narrow"
    }
  ],
  "shortcuts": [
    {
      "name": "Quick Heat",
      "short_name": "Heizen",
      "description": "Heizung Boost sofort aktivieren",
      "url": "/?action=heating_boost&source=shortcut",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect fill='%23171c24' width='96' height='96' rx='20'/><g transform='translate(24 24) scale(2)' fill='none' stroke='%23f4f7fb' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'><rect x='4' y='6' width='16' height='12' rx='1'/><path d='M8 6v12M12 6v12M16 6v12'/><path d='M6 18v2M18 18v2'/></g></svg>",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Quick Light",
      "short_name": "Licht",
      "description": "Alle Lichter ein- oder ausschalten",
      "url": "/?action=lights_on&source=shortcut",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect fill='%23171c24' width='96' height='96' rx='20'/><g transform='translate(24 24) scale(2)' fill='none' stroke='%23f4f7fb' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'><path d='M8.5 15.5a5.5 5.5 0 1 1 7 0c-.7.6-1 1.3-1 2.1V18h-5v-.4c0-.8-.3-1.5-1-2.1z'/><path d='M9.5 21h5'/><path d='M10 18.5h4'/></g></svg>",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Quick Security",
      "short_name": "Sicherheit",
      "description": "Abwesenheits- / Sicherheitsmodus aktivieren",
      "url": "/?action=away_mode&source=shortcut",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect fill='%23171c24' width='96' height='96' rx='20'/><g transform='translate(24 24) scale(2)' fill='none' stroke='%23f4f7fb' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'><path d='M12 3l7 3v5c0 4.5-3 7.5-7 9-4-1.5-7-4.5-7-9V6z'/><path d='M9 12l2 2 4-4'/></g></svg>",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    }
  ],
  "categories": ["productivity", "utilities", "lifestyle"],
  "prefer_related_applications": false,
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
