{
  "id": "/",
  "lang": "en",
  "name": "JSON Toolkit — One place for all your JSON tools",
  "short_name": "JSON Toolkit",
  "description": "One place to find all the tools you need to work with JSON. Every tool runs entirely in your browser — secure, private, and fast.",
  "start_url": "/",
  "display": "standalone",
  "scope": "/",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#b7102a",
  "icons": [
    {
      "src": "favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "categories": ["productivity", "utilities"],
  "shortcuts": [
    {
      "name": "JSON Viewer",
      "short_name": "Viewer",
      "description": "View and explore JSON in interactive tree view",
      "url": "/json-viewer"
    },
    {
      "name": "JSON Compare",
      "short_name": "Compare",
      "description": "Compare and diff two JSON documents",
      "url": "/json-compare"
    },
    {
      "name": "JSON Translator",
      "short_name": "Translate",
      "description": "Translate JSON strings and convert numerals",
      "url": "/json-translate"
    },
    {
      "name": "JSON Repair",
      "short_name": "Repair",
      "description": "Automatically fix broken or invalid JSON",
      "url": "/json-repair"
    }
  ]
}
