{
  "name": "Subnet Mask Calculator",
  "short_name": "subnetmaskcalc",
  "description": "The modern subnet toolkit for cloud and network engineers. IPv4/IPv6, VLSM, cloud-aware, IaC export, AI assistant. Free, no signup, all browser-based.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#00a86b",
  "orientation": "any",
  "scope": "/",
  "lang": "en",
  "categories": ["productivity", "developer", "utilities"],
  "icons": [
    {
      "src": "assets/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "assets/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Calculator",
      "short_name": "Calc",
      "description": "IPv4/IPv6 subnet calculator",
      "url": "/calculator.html"
    },
    {
      "name": "VLSM Planner",
      "short_name": "VLSM",
      "description": "Variable-length subnet planning",
      "url": "/vlsm.html"
    },
    {
      "name": "AI Assistant",
      "short_name": "AI",
      "description": "AI-powered subnet tools",
      "url": "/ai-assistant.html"
    }
  ]
}
