{
  "id": "/",
  "name": "StrykBot",
  "short_name": "StrykBot",
  "description": "Your conversations, customers and bookings \u2014 in one place.",
  "start_url": "/launch",
  "scope": "/",
  "display": "fullscreen",
  "display_override": [
    "fullscreen",
    "standalone",
    "minimal-ui"
  ],
  "background_color": "#0a0a0e",
  "theme_color": "#0a0a0e",
  "orientation": "portrait",
  "categories": [
    "business",
    "productivity"
  ],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "prefer_related_applications": false,
  "related_applications": [
    {
      "platform": "webapp",
      "url": "https://app.strykbot.com/manifest.json",
      "id": "/"
    }
  ],
  "shortcuts": [
    {
      "name": "Conversations",
      "url": "/"
    },
    {
      "name": "Customers",
      "url": "/crm"
    },
    {
      "name": "Bookings",
      "url": "/bookings"
    }
  ]
}
