{
  "name": "FlexShark - Amazon Flex Bot",
  "short_name": "FlexShark",
  "description": "Automated Amazon Flex bot for drivers to grab blocks and schedule deliveries efficiently.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#1e40af",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en-US",
  "icons": [
    {
      "src": "/assets/png/color_transparent.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/assets/png/color_transparent.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "categories": ["business", "productivity", "utilities"],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Access your FlexShark dashboard",
      "url": "/dashboard",
      "icons": [
        {
          "src": "/assets/png/color_transparent.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Schedule",
      "short_name": "Schedule",
      "description": "Manage your bot schedule",
      "url": "/schedule",
      "icons": [
        {
          "src": "/assets/png/color_transparent.png",
          "sizes": "96x96"
        }
      ]
    }
  ]
}