{
  "id": "com.observemate.app",
  "name": "ObserveMate",
  "short_name": "ObserveMate",
  "description": "Real-time observability cockpit for on-call teams. Monitor alerts, dashboards, traces, and incidents from Grafana, Datadog, New Relic, and more.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "orientation": "portrait-primary",
  "background_color": "#0B0F14",
  "theme_color": "#F97316",
  "lang": "en",
  "dir": "ltr",
  "categories": ["productivity", "utilities", "developer-tools"],
  "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"
    }
  ],
  "shortcuts": [
    {
      "name": "Alerts",
      "short_name": "Alerts",
      "description": "View active and recent alerts",
      "url": "/(tabs)/alerts",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Dashboards",
      "short_name": "Dashboards",
      "description": "Browse your observability dashboards",
      "url": "/(tabs)/dashboards",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Incidents",
      "short_name": "Incidents",
      "description": "Manage open incidents",
      "url": "/incidents/index",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "screenshots": [],
  "prefer_related_applications": false
}
