{
  "name": "CodeViewer – JSON, XML & Excel Converter",
  "short_name": "CodeViewer",
  "description": "Free online tools to format, validate and convert JSON, XML, CSV, Excel, YAML and more. 30+ browser-based converters.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0f172a",
  "theme_color": "#2563eb",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["developer", "utilities", "productivity"],
  "icons": [
    {
      "src": "/apple-touch-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon.png",
      "sizes": "64x64",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "JSON Formatter",
      "short_name": "JSON Format",
      "description": "Format and validate JSON",
      "url": "/json-formatter",
      "icons": [{ "src": "/favicon.png", "sizes": "64x64" }]
    },
    {
      "name": "JSON to XML",
      "short_name": "JSON→XML",
      "description": "Convert JSON to XML",
      "url": "/json-to-xml",
      "icons": [{ "src": "/favicon.png", "sizes": "64x64" }]
    },
    {
      "name": "XML to JSON",
      "short_name": "XML→JSON",
      "description": "Convert XML to JSON",
      "url": "/xml-to-json",
      "icons": [{ "src": "/favicon.png", "sizes": "64x64" }]
    },
    {
      "name": "All Tools",
      "short_name": "All Tools",
      "description": "Browse all 30+ converter tools",
      "url": "/tools",
      "icons": [{ "src": "/favicon.png", "sizes": "64x64" }]
    }
  ]
}
