{
  "name": "EcoRecycle",
  "short_name": "EcoRecycle",
  "description": "Turning Cars into Cash",
  "icons": [
    {
      "src": "/icons/icon1.webp",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/icon2.webp",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/images/ecoLogoSmall.ico",
      "sizes": "64x64",
      "type": "image/x-icon",
      "purpose": "any"
    },
    {
      "src": "/images/ecoLogoBig.webp",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "apple-touch-icon"
    }
  ],
  "start_url": "/",
  "background_color": "#f5f5f5",
  "display": "standalone",
  "orientation": "portrait",
  "scope": "/",
  "theme_color": "white",
  "id": "/",
  "shortcuts": [
    {
      "name": "Get an Offer",
      "short_name": "Offer",
      "description": "Get an offer for your scrap car",
      "url": "/get-offer",
      "icons": [
        {
          "src": "/icons/shortcut-offer.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Book a Tow Truck",
      "short_name": "Tow Truck",
      "description": "Book a tow truck for your scrap car",
      "url": "/book-tow-truck",
      "icons": [
        {
          "src": "/icons/shortcut-tow.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "related_applications": [
    {
      "platform": "webapp",
      "url": "https://your-website.com/manifest.json"
    },
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=com.yourapp.ecorecycle",
      "id": "com.yourapp.ecorecycle"
    }
  ],
  "prefer_related_applications": false
}
