{
  "name": "Intellia",
  "short_name": "Intellia",
  "description": "The knowledge platform for experts, learners, and communities.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f8fafc",
  "theme_color": "#6366f1",
  "orientation": "portrait-primary",
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Ask a Question",
      "short_name": "Ask",
      "url": "/ask",
      "icons": [{ "src": "/icon-ask.png", "sizes": "96x96" }]
    },
    {
      "name": "Find an Expert",
      "short_name": "Experts",
      "url": "/experts",
      "icons": [{ "src": "/icon-expert.png", "sizes": "96x96" }]
    },
    {
      "name": "My Bookings",
      "short_name": "Bookings",
      "url": "/bookings",
      "icons": [{ "src": "/icon-booking.png", "sizes": "96x96" }]
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "categories": ["education", "productivity", "social"],
  "screenshots": []
}
