{
  "name": "NotableHQ - AI Research Manager",
  "short_name": "NotableHQ",
  "description": "Your personalized AI research manager",
  "start_url": "/dashboard/",
  "scope": "/",
  "display": "standalone",
  "theme_color": "#2196F3",
  "background_color": "#ffffff",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/wp-content/plugins/notablehq/public/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/wp-content/plugins/notablehq/public/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Access your research dashboard",
      "url": "/dashboard/",
      "icons": [
        {
          "src": "/wp-content/plugins/notablehq/public/web-app-manifest-192x192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Collections",
      "short_name": "Collections",
      "description": "Browse research collections",
      "url": "/collections/",
      "icons": [
        {
          "src": "/wp-content/plugins/notablehq/public/web-app-manifest-192x192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "New Research",
      "short_name": "New Research",
      "description": "Start new research collection",
      "url": "/dashboard/?action=new",
      "icons": [
        {
          "src": "/wp-content/plugins/notablehq/public/web-app-manifest-192x192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
