{
  "name": "JSON1 — JSON Formatter, Validator & Converter",
  "short_name": "JSON1",
  "description": "Format, validate, and convert JSON in your browser. 18 tools, nothing uploads.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f7f7f4",
  "theme_color": "#1261ff",
  "orientation": "any",
  "scope": "/",
  "lang": "en",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["developer", "productivity", "utilities"],
  "shortcuts": [
    {
      "name": "Format JSON",
      "url": "/",
      "description": "Format, minify, and validate a JSON document"
    },
    {
      "name": "All tools",
      "url": "/tools/",
      "description": "Browse every converter and code generator"
    }
  ]
}
