{
  "name": "Spark Booking",
  "short_name": "Spark",
  "description": "Professional appointment scheduling for solo service providers",
  "start_url": "/calendar",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#1a1612",
  "theme_color": "#1a1612",
  "categories": ["business", "productivity"],
  "lang": "en-US",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-apple-180.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/calendar.png",
      "sizes": "390x844",
      "type": "image/png",
      "label": "Calendar view"
    }
  ],
  "shortcuts": [
    {
      "name": "Calendar",
      "short_name": "Calendar",
      "description": "Open your schedule",
      "url": "/calendar",
      "icons": [{ "src": "/icons/shortcut-calendar.png", "sizes": "96x96" }]
    },
    {
      "name": "Clients",
      "short_name": "Clients",
      "description": "View your clients",
      "url": "/clients",
      "icons": [{ "src": "/icons/shortcut-clients.png", "sizes": "96x96" }]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}
