{
  "name": "JSON Editor Pro",
  "short_name": "JSON Tools",
  "description": "A fast, frontend-only JSON toolkit: format, minify, diff, convert to CSV/YAML, and more — everything runs locally in your browser.",
  "start_url": "json-editor.html",
  "display": "standalone",
  "orientation": "any",
  "theme_color": "#0b1220",
  "background_color": "#0b1220",
  "icons": [
    {
      "src": "icons/app-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "JSON Formatter & Minifier",
      "short_name": "Formatter",
      "description": "Format or minify JSON instantly in your browser.",
      "url": "json-formatter.html",
      "icons": [{ "src": "icons/app-icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "JSON Diff & Compare",
      "short_name": "Diff",
      "description": "Compare two JSON objects side by side with syntax-highlighted diffs.",
      "url": "json-diff.html",
      "icons": [{ "src": "icons/app-icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "JSON to CSV Converter",
      "short_name": "To CSV",
      "description": "Convert JSON to CSV instantly in your browser.",
      "url": "json-to-csv.html",
      "icons": [{ "src": "icons/app-icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "JSON to YAML Converter",
      "short_name": "To YAML",
      "description": "Convert JSON to YAML instantly in your browser.",
      "url": "json-to-yaml.html",
      "icons": [{ "src": "icons/app-icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "JSON to TOON Converter",
      "short_name": "To TOON",
      "description": "Convert JSON to TOON instantly in your browser.",
      "url": "json-to-toon.html",
      "icons": [{ "src": "icons/app-icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    }
  ]
}
