{
  "name": "Metravix - Tool Box Meeting & Safety Management System",
  "short_name": "Metravix",
  "description": "Streamline Tool Box Meetings, track attendance, and ensure safety compliance with Metravix.",
  "start_url": "/",
  "display": "standalone",
  "theme_color": "#3b82f6",
  "background_color": "#ffffff",
  "orientation": "portrait-primary",
  "categories": ["business", "productivity", "safety", "construction"],
  "scope": "/",
  "icons": [
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-desktop.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    },
    {
      "src": "/screenshot-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ],
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Go to your dashboard",
      "url": "/dashboard",
      "icons": [
        {
          "src": "/dashboard-icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Meetings",
      "short_name": "Meetings",
      "description": "View your meetings",
      "url": "/meetings",
      "icons": [
        {
          "src": "/meetings-icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Reports",
      "short_name": "Reports",
      "description": "View safety reports",
      "url": "/reports",
      "icons": [
        {
          "src": "/reports-icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Profile",
      "short_name": "Profile",
      "description": "View your profile",
      "url": "/profile",
      "icons": [
        {
          "src": "/profile-icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=com.metravix.app",
      "id": "com.metravix.app"
    },
    {
      "platform": "itunes",
      "url": "https://apps.apple.com/app/metravix/id123456789"
    }
  ]
}
