{
  "name": "PicAxel Event Companion",
  "short_name": "EventCompanion",
  "description": "Create and manage beautiful event websites with PicAxel Event Companion",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#4f46e5",
  "orientation": "any",
  "categories": ["events", "business"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Events Dashboard",
      "short_name": "Dashboard",
      "url": "/dashboard",
      "description": "View and manage your events",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Create Event",
      "short_name": "New Event",
      "url": "/create",
      "description": "Create a new event website"
    }
  ]
}
