{
  "name": "Orunlink - Project Collaboration",
  "short_name": "Orunlink",
  "description": "Connect, collaborate, and create amazing projects",
  "start_url": "/",
  "display": "standalone",
  "display_override": ["standalone", "fullscreen"],
  "background_color": "#0FA0CE",
  "theme_color": "#0FA0CE",
  "orientation": "portrait-primary",
  "scope": "/",
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "Home Feed",
      "short_name": "Home",
      "description": "View your project feed",
      "url": "/home",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Messages",
      "short_name": "Messages",
      "description": "Check your messages",
      "url": "/messages",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Create Project",
      "short_name": "Create",
      "description": "Create a new project",
      "url": "/create",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "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"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ]
}
