{
  "name": "FullSlot",
  "short_name": "FullSlot",
  "description": "Fill cancelled appointments automatically",
  "start_url": "/dashboard/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#111827",
  "theme_color": "#6C47FF",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/static/pwa/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/pwa/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/pwa/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["business", "productivity"],
  "shortcuts": [
    {
      "name": "Cancellations",
      "url": "/dashboard/cancellations/",
      "description": "Open slots and broadcasts"
    },
    {
      "name": "Waitlist",
      "url": "/dashboard/waitlist/",
      "description": "Manage your waitlist"
    },
    {
      "name": "Add Client",
      "url": "/dashboard/waitlist/add/",
      "description": "Add a client to the waitlist"
    },
    {
      "name": "New Slot",
      "url": "/dashboard/cancellations/new/",
      "description": "Manually add an open slot"
    }
  ],
  "share_target": {
    "action": "/dashboard/share-receive/",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
