{
  "name": "ODO Rentals",
  "short_name": "ODO",
  "description": "Rent • Use • Return - One Day Owner Rental Marketplace",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#1565C0",
  "background_color": "#FFFFFF",
  "categories": ["shopping", "lifestyle"],
  "screenshots": [
    {
      "src": "/icons/screenshot-192x108.png",
      "sizes": "192x108",
      "form_factor": "narrow"
    },
    {
      "src": "/icons/screenshot-512x512.png",
      "sizes": "512x512",
      "form_factor": "wide"
    }
  ],
  "icons": [
    {
      "src": "/icons/ODO_logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192x192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Browse Products",
      "short_name": "Browse",
      "description": "Browse rental products available near you",
      "url": "/products?utm_source=pwa_shortcut",
      "icons": [
        {
          "src": "/icons/shortcut-browse-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "My Rentals",
      "short_name": "Rentals",
      "description": "View and manage your active rentals",
      "url": "/customer/dashboard?tab=rentals&utm_source=pwa_shortcut",
      "icons": [
        {
          "src": "/icons/shortcut-rentals-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Track Order",
      "short_name": "Track",
      "description": "Track your delivery status",
      "url": "/customer/dashboard?tab=track&utm_source=pwa_shortcut",
      "icons": [
        {
          "src": "/icons/shortcut-track-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "protocol_handlers": [
    {
      "protocol": "web+odo",
      "url": "/product?id=%s"
    }
  ]
}
