{
  "name": "MyToolDock Web Tools Suite",
  "short_name": "MyToolDock",
  "description": "500+ premium offline developer and productivity utilities in a single supercharged website.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0a0e17",
  "theme_color": "#0d6efd",
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Interactive Dashboard",
      "url": "/dashboard",
      "description": "Open the live developer console dashboard directly",
      "icons": [
        {
          "src": "/icon.svg",
          "sizes": "any"
        }
      ]
    }
  ]
}