{
  "name": "Smart JSON Viewer",
  "short_name": "JSON Viewer",
  "description": "A privacy-first, fully local JSON viewer with tree/table/raw views, JS queries, comparisons, bookmarks, and session management.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0a0a1a",
  "theme_color": "#7c3aed",
  "orientation": "any",
  "icons": [
    { "src": "/icons/icon-192x192.png",         "sizes": "192x192",   "type": "image/png" },
    { "src": "/icons/icon-512x512.png",         "sizes": "512x512",   "type": "image/png" },
    { "src": "/icons/icon-maskable-192x192.png","sizes": "192x192",   "type": "image/png", "purpose": "maskable" },
    { "src": "/icons/icon-maskable-512x512.png","sizes": "512x512",   "type": "image/png", "purpose": "maskable" },
    { "src": "/icons/icon.svg",                 "sizes": "any",       "type": "image/svg+xml" }
  ]
}
