{
  "name": "Cyber World — Connect. Share. Explore.",
  "short_name": "CyberWorld",
  "description": "A scientific social network built for researchers, students, and curious minds.",
  "start_url": "/app/explore",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait-primary",
  "background_color": "#0B1120",
  "theme_color": "#2563EB",
  "id": "/",
  "categories": ["social", "education", "science"],
  "icons": [
    {
      "src": "/logo.ico",
      "sizes": "48x48 32x32 16x16",
      "type": "image/x-icon",
      "purpose": "any"
    },
    {
      "src": "/logo.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Explore",
      "url": "/app/explore",
      "description": "Browse the explore feed"
    },
    {
      "name": "Notifications",
      "url": "/app/notifications",
      "description": "View your notifications"
    },
    {
      "name": "Messages",
      "url": "/app/messages",
      "description": "Open your messages"
    }
  ]
}
