{
  "name": "Sanchar",
  "short_name": "Sanchar",
  "description": "Connect with friends and the world around you on Sanchar.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#F0F2F5",
  "theme_color": "#2563EB",
  "orientation": "portrait",
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "categories": ["social", "communication"],
  "shortcuts": [
    { "name": "News Feed", "url": "/", "description": "View your news feed" },
    { "name": "Messages", "url": "/messages", "description": "View your messages" },
    { "name": "Notifications", "url": "/notifications", "description": "View notifications" },
    { "name": "Friends", "url": "/friends", "description": "Manage friends" }
  ]
}

