{
  "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-16x16.png",
      "sizes": "16x16",
      "type": "image/png"
    },
    {
      "src": "favicon-32x32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    },
    {
      "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",
      "icons": [
        {
          "src": "favicon-32x32.png",
          "sizes": "32x32",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "JSON Compare",
      "short_name": "Compare",
      "description": "Compare and diff two JSON documents",
      "url": "/json-compare",
      "icons": [
        {
          "src": "favicon-32x32.png",
          "sizes": "32x32",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "JSON Translator",
      "short_name": "Translate",
      "description": "Translate JSON strings and convert numerals",
      "url": "/json-translate",
      "icons": [
        {
          "src": "favicon-32x32.png",
          "sizes": "32x32",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Schema Converter",
      "short_name": "Schema",
      "description": "Convert JSON to MySQL, TypeScript, Java, and more",
      "url": "/schema-converter",
      "icons": [
        {
          "src": "favicon-32x32.png",
          "sizes": "32x32",
          "type": "image/png"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "screenshot-1.png",
      "sizes": "540x720",
      "type": "image/png"
    },
    {
      "src": "screenshot-2.png",
      "sizes": "540x720",
      "type": "image/png"
    }
  ]
}
