{
  "id": "/",
  "name": "Whiteboard - Free Online Drawing & Brainstorming Tool",
  "short_name": "Whiteboard",
  "description": "Free online whiteboard for teams. Draw, sketch, brainstorm, and collaborate in real-time. Features include canvas tools, math formulas, shapes, text, PDF/PNG export, and more.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0f172a",
  "theme_color": "#863bff",
  "lang": "en",
  "categories": ["productivity", "utilities", "education"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/pwa-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa-maskable-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "form_factor": "wide",
      "label": "Whiteboard canvas with drawing tools"
    }
  ],
  "shortcuts": [
    {
      "name": "New Board",
      "short_name": "New",
      "description": "Start a new whiteboard session",
      "url": "/",
      "icons": [{ "src": "/pwa-192x192.png", "sizes": "192x192" }]
    }
  ]
}
