{
  "name": "IP Calc Pro",
  "short_name": "IP Calc Pro",
  "description": "Professioneller IPv4 und IPv6 Rechner für IT-Administratoren, Studenten und Netzwerk-Ingenieure",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0f172a",
  "theme_color": "#0ea5e9",
  "orientation": "portrait-primary",
  "lang": "de",
  "icons": [
    {
      "src": "/icons/icon-192x192.jpg",
      "sizes": "192x192",
      "type": "image/jpeg",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512x512.jpg",
      "sizes": "512x512",
      "type": "image/jpeg",
      "purpose": "any maskable"
    }
  ],
  "categories": ["utilities", "productivity"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "IPv4 Rechner",
      "url": "/ipv4",
      "description": "IPv4 Subnetz berechnen"
    },
    {
      "name": "IPv6 Rechner",
      "url": "/ipv6",
      "description": "IPv6 Adresse analysieren"
    }
  ]
}
