{
  "name": "Code Beautifier — Free Developer Tools",
  "short_name": "Code Beautifier",
  "description": "Fast, privacy-first developer tools to format, convert, and validate JSON, SQL, XML, and more. 100% in-browser offline capability.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0f172a",
  "theme_color": "#4f46e5",
  "orientation": "any",
  "categories": ["developer tools", "utilities", "productivity"],
  "icons": [
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/maskable-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "JSON Formatter",
      "url": "/json-formatter",
      "description": "Format, validate, and beautify JSON"
    },
    {
      "name": "Diff Checker",
      "url": "/diff-checker",
      "description": "Compare text and code side-by-side"
    },
    {
      "name": "JWT Decoder",
      "url": "/jwt-decoder",
      "description": "Inspect JWT claims and headers client-side"
    },
    {
      "name": "SQL Formatter",
      "url": "/sql-formatter",
      "description": "Beautify and indent SQL queries"
    }
  ]
}
