{
  "name": "Alertafy",
  "short_name": "Alertafy",
  "description": "Monitor Telegram channels and receive instant alerts",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#0a0a0a",
  "theme_color": "#007AFF",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/logo192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/logo512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["productivity", "utilities"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Dashboard",
      "url": "/dashboard",
      "description": "Go to dashboard"
    },
    {
      "name": "Alerts",
      "url": "/alerts",
      "description": "View alerts"
    },
    {
      "name": "Monitors",
      "url": "/monitors",
      "description": "Manage monitors"
    }
  ]
}
