{
  "id": "UsedEngines-WEB-APP",
  "name": "Used Engines",
  "short_name": "UsedEngines",
  "start_url": "/",
  "scope": "/",
  "display": "fullscreen",
  "display_override": ["fullscreen", "minimal-ui"],
  "orientation": "landscape",
  "categories": ["shopping", "business", "automotive"],
  "background_color": "#f7f7f7",
  "theme_color": "#304cd0",
  "description": "For all your engine needs, Used Engines has you covered. We offer the best prices on used engines and transmissions.",
  "icons": [
    {
      "src": "/assets/images/AppIcon_Final.png",
      "sizes": "144x144",
      "type": "image/png"
    },
    {
      "src": "/assets/images/AppIcon_512x512_Final.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Shopping Cart",
      "short_name": "Cart",
      "description": "View items in your shopping cart",
      "url": "/shopping-cart",
      "icons": [
        {
          "src": "/assets/images/CartIcon_Manifest.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Contact Us / Complaints",
      "short_name": "Contact&Complaints",
      "description": "Get in touch with us",
      "url": "/contact-us",
      "icons": [
        {
          "src": "/assets/images/ContactIcon_Manifest.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "/assets/images/Screenshot_Mobile.png",
      "sizes": "720x1235",
      "type": "image/png",
      "label": "Mobile",
      "platform": "iOS"
    },
    {
      "src": "/assets/images/Screenshot_Desktop.png",
      "sizes": "1280x797",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Desktop",
      "platform": "web"
    }
  ]
}
