{
  "name": "BoxDraw - Screen Annotation Tool for Windows",
  "short_name": "BoxDraw",
  "description": "The ultimate screen annotation tool for Windows. Draw on any screen, annotate screenshots, and create visual tutorials.",
  "icons": [
    {
      "src": "/favicon-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/favicon-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "theme_color": "#6366f1",
  "background_color": "#ffffff",
  "display": "standalone",
  "start_url": "/",
  "categories": ["productivity", "education", "business"],
  "screenshots": [
    {
      "src": "/screenshots/annotation-demo.png",
      "sizes": "1280x720",
      "type": "image/png"
    },
    {
      "src": "/screenshots/tools-showcase.png",
      "sizes": "1280x720",
      "type": "image/png"
    }
  ]
}