{
  "name": "JSON Developer Toolkit",
  "short_name": "Dev Toolkit",
  "description": "Free online developer toolkit for JSON formatting, validation, JWT decoding, and URL tools",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0f172a",
  "theme_color": "#1e293b",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en-US",
  "categories": ["developer-tools", "productivity", "utilities"],
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "JSON Formatter",
      "short_name": "JSON",
      "description": "Format and validate JSON data",
      "url": "/json",
      "icons": [{ "src": "/favicon.svg", "sizes": "96x96" }]
    },
    {
      "name": "JWT Decoder",
      "short_name": "JWT",
      "description": "Decode and validate JWT tokens",
      "url": "/jwt",
      "icons": [{ "src": "/favicon.svg", "sizes": "96x96" }]
    },
    {
      "name": "URL Tools",
      "short_name": "URL",
      "description": "Encode and decode URLs",
      "url": "/url",
      "icons": [{ "src": "/favicon.svg", "sizes": "96x96" }]
    }
  ]
}
