{
  "name": "All-in-One Viewer",
  "short_name": "AIO Viewer",
  "description": "View HTML, JSON, CSV, Markdown, XML, YAML and text files instantly in your browser. By gnort67, built with Claude.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#f6f7fb",
  "theme_color": "#4F46E5",
  "lang": "en",
  "dir": "ltr",
  "categories": ["utilities", "productivity", "developer"],
  "icons": [
    { "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "icons/maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ]
}
