{
    "name": "Sentinel",
    "short_name": "Sentinel",
    "description": "Real-time Discord intelligence with AI-powered analysis. Know everything. Miss nothing.",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "background_color": "#0a0a0a",
    "theme_color": "#0a0a0a",
    "orientation": "portrait-primary",
    "lang": "en",
    "categories": ["productivity", "utilities"],
    "prefer_related_applications": false,
    "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": "Dashboard",
        "short_name": "Dashboard",
        "url": "/",
        "description": "View all tracked targets"
      },
      {
        "name": "Targets",
        "short_name": "Targets",
        "url": "/targets",
        "description": "Manage tracked users"
      },
      {
        "name": "Alerts",
        "short_name": "Alerts",
        "url": "/alerts",
        "description": "View and manage alerts"
      }
    ]
  }