{
  "name": "ToolKit Pro",
  "short_name": "ToolKit Pro",
  "description": "40+ free, privacy-first browser tools for developers and everyday users.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0f172a",
  "theme_color": "#6366f1",
  "orientation": "portrait-primary",
  "categories": ["productivity", "utilities", "developer"],
  "icons": [
    {
      "src": "/assets/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/assets/og-image.jpg",
      "sizes": "512x512",
      "type": "image/jpeg"
    }
  ],
  "shortcuts": [
    { "name": "Password Generator", "url": "/tools/password-generator.html", "description": "Generate secure passwords" },
    { "name": "JSON Formatter", "url": "/tools/json-formatter.html", "description": "Format & validate JSON" },
    { "name": "QR Code Generator", "url": "/tools/qr-code-generator.html", "description": "Create custom QR codes" }
  ]
}
