{
  "name": "Event QR Generator",
  "short_name": "Event QR",
  "description": "Create QR codes for calendar events",
  "start_url": "./",
  "display": "standalone",
  "scope": "./",
  "background_color": "#667eea",
  "theme_color": "#2563eb",
  "orientation": "portrait",
  "icons": [
    {
      "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Crect width='100' height='100' fill='%232563eb'/%3E%3Cpath d='M20 20h25v25H20zm35 0h25v25H55zM20 55h25v25H20z' fill='%23fff'/%3E%3Cpath d='M60 60h5v5h-5zm10 0h5v5h-5zm-10 10h5v5h-5zm10 0h5v5h-5zm5-5h5v5h-5zm5 5h5v5h-5z' fill='%23fff'/%3E%3C/svg%3E",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Crect width='100' height='100' fill='%232563eb'/%3E%3Cpath d='M20 20h25v25H20zm35 0h25v25H55zM20 55h25v25H20z' fill='%23fff'/%3E%3Cpath d='M60 60h5v5h-5zm10 0h5v5h-5zm-10 10h5v5h-5zm10 0h5v5h-5zm5-5h5v5h-5zm5 5h5v5h-5z' fill='%23fff'/%3E%3C/svg%3E",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["productivity", "utilities"],
  "shortcuts": [
    {
      "name": "Create Event",
      "url": "/",
      "description": "Create a new event QR code"
    }
  ]
}
