{
  "name": "SMARTMAVUNO APP",
  "short_name": "SMARTMAVUNO APP",
  "description": "MARKETPLACE AND AGRONOMIC SUPPORT",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone"],
  "theme_color": "#4caf50",
  "background_color": "#ffffff",
  "orientation": "portrait-primary",
  "lang": "en",
  "categories": ["shopping", "business", "food"],
  "icons": [
    {
      "src": "/images/logo-color.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/logo-color.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/logo-color.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/logo-color.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/logo-color.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/logo-color.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/images/logo-color.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/logo-color.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Browse Products",
      "short_name": "Products",
      "description": "View all products",
      "url": "/products",
      "icons": [
        {
          "src": "/images/logo-color.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "My Shop",
      "short_name": "Shop",
      "description": "Manage your shop",
      "url": "/shop",
      "icons": [
        {
          "src": "/images/logo-color.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/home.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Home page showing featured products"
    },
    {
      "src": "/screenshots/products.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Products listing page"
    }
  ],
  "prefer_related_applications": false,
  "related_applications": [],
  "handle_links": "preferred",
  "launch_handler": {
    "route_to": "existing-client",
    "navigate_existing_client": "always"
  },
  "edge_side_panel": {
    "preferred_width": 400
  }
}