{
  "name": "OnlineViewer Dev — Offline JSON Viewer & Developer Suite",
  "short_name": "OnlineViewer",
  "description": "100% client-side, offline JSON viewer, formatter, validator, and web developer suite. Zero server logging.",
  "id": "/",
  "start_url": "/?source=pwa",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0b0f19",
  "theme_color": "#0b0f19",
  "categories": ["developer", "utilities", "productivity"],
  "icons": [
    {
      "src": "/favicon.jpg",
      "sizes": "192x192",
      "type": "image/jpeg",
      "purpose": "any maskable"
    },
    {
      "src": "/apple-touch-icon.jpg",
      "sizes": "512x512",
      "type": "image/jpeg",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Offline JSON Viewer",
      "short_name": "JSON Viewer",
      "description": "View, tree render, format, and convert JSON offline",
      "url": "/tools/json-viewer/"
    },
    {
      "name": "Private JSON Formatter",
      "short_name": "Private JSON",
      "description": "100% client-side private JSON formatting",
      "url": "/tools/private-json-formatter/"
    },
    {
      "name": "Text Diff Checker",
      "short_name": "Diff Checker",
      "description": "Compare two text snippets side-by-side offline",
      "url": "/tools/diff-checker/"
    },
    {
      "name": "Base64 Decoder",
      "short_name": "Base64",
      "description": "Encode and decode Base64 strings offline",
      "url": "/tools/base64-decode/"
    },
    {
      "name": "XML Viewer",
      "short_name": "XML",
      "description": "Format XML and convert to JSON offline",
      "url": "/tools/xml-viewer/"
    }
  ]
}

