{
  "name": "Hypotheses",
  "short_name": "Hypotheses",
  "description": "Track metrics and model hypothesis scenarios.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#0F172A",
  "background_color": "#F1F5F9",
  "icons": [
    {
      "src": "/static/icons/icon3-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/icons/icon2-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "url": "/",
      "description": "Go to dashboard"
    },
    {
      "name": "Trackings",
      "url": "/trackings",
      "description": "View all trackings"
    },
    {
      "name": "Hypotheses",
      "url": "/hypotheses",
      "description": "View all hypotheses"
    }
  ]
}
