{
  "name": "Network Simulator",
  "short_name": "NetSim",
  "description": "Advanced Network Topology Simulator with CLI Support",
  "start_url": "/",
  "display": "standalone",
  "display_override": [
    "standalone",
    "minimal-ui"
  ],
  "background_color": "#0f172a",
  "theme_color": "#0891b2",
  "orientation": "any",
  "scope": "/",
  "icons": [
    {
      "src": "/icon192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icon512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": [
    "education",
    "productivity",
    "utilities"
  ],
  "lang": "en",
  "dir": "ltr",
  "prefer_related_applications": false,
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Network Simulator",
      "short_name": "NetSim",
      "description": "Create a new network project",
      "url": "/?action=new",
      "icons": [
        {
          "src": "/icon192.svg",
          "sizes": "192x192"
        }
      ]
    }
  ]
}