{
  "name": "Nooks",
  "short_name": "Nooks",
  "description": "Topic communities for sharing knowledge and discovering content.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#4B78F8",
  "theme_color": "#4B78F8",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "url": "/dashboard",
      "description": "My Nooks feed"
    },
    {
      "name": "Explore",
      "url": "/explore",
      "description": "Browse communities"
    },
    {
      "name": "Create Nook",
      "url": "/nooks/create",
      "description": "Start a community"
    }
  ],
  "categories": [
    "social",
    "news",
    "education"
  ],
  "id": "/",
  "launch_handler": {
    "client_mode": "navigate-existing"
  }
}