{
  "name": "wscroll — Intelligent Reader",
  "short_name": "wscroll",
  "description": "Hands-free reading with voice control. PDF, DOCX, TXT — offline capable.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#03050a",
  "theme_color": "#03050a",
  "orientation": "any",
  "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"
    }
  ],
  "screenshots": [],
  "categories": ["productivity", "education", "books"],
  "shortcuts": [
    {
      "name": "Open Reader",
      "short_name": "Reader",
      "description": "Open the wscroll document reader",
      "url": "/?mode=reader",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}