{
  "name": "JSONKit — JSON Tools for Developers",
  "short_name": "JSONKit",
  "description": "Format, validate, minify, convert and diff JSON entirely in your browser. Instant, private, no account required.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#2563eb",
  "lang": "en",
  "scope": "/",
  "categories": ["developer-tools", "productivity", "utilities"],
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "JSON Formatter",
      "short_name": "Formatter",
      "url": "/json-formatter",
      "description": "Format and beautify JSON"
    },
    {
      "name": "JSON Validator",
      "short_name": "Validator",
      "url": "/json-validator",
      "description": "Validate JSON and find syntax errors"
    },
    {
      "name": "JSON Diff",
      "short_name": "Diff",
      "url": "/json-diff",
      "description": "Compare two JSON objects"
    },
    {
      "name": "JWT Decoder",
      "short_name": "JWT",
      "url": "/jwt-decoder",
      "description": "Decode and inspect JWT tokens"
    }
  ]
}
