{
    "short_name":   "Motion",
    "name":         "Motion Auctions",
    "description":  "Kuwait's #1 trusted auction site for vehicles, real estate and valuables.",
    "icons": [
        {
            "src":      "/images/icon.png",
            "sizes":    "64x64 32x32 24x24 16x16",
            "type":     "image/png"
        },
        {
            "src":      "/images/logo192.png",
            "type":     "image/png",
            "sizes":    "192x192"
        },
        {
            "src":      "/images/logo512.png",
            "type":     "image/png",
            "sizes":    "512x512"
        }
    ],
    "start_url":        "/",
    "display":          "standalone",
    "theme_color":      "#e63946",
    "background_color": "#ffffff",
    "orientation":      "portrait-primary",
    "scope":            "/",
    "lang":             "en",
    "categories": ["auction", "vehicles", "real estate", "valuables"],
    "screenshots": [
        {
            "src":          "/images/scrshot-home-page.png",
            "sizes":        "1280x720",
            "type":         "image/png",
            "form_factor":  "wide",
            "label":        "Home Page"
        }
    ],
    "shortcuts": [
        {
            "name":         "Live Auctions",
            "short_name":   "Live Auctions",
            "description":  "Experience the thrill of bidding on the finest items.",
            "url":          "/liveAuctions.html",
            "icons": [
                {
                    "src":      "logo192.png",
                    "sizes":    "287x192"
                }
            ]
        },
        {
            "name":         "Buy Now",
            "short_name":   "Buy",
            "description":  "Acquire your dream items with a click of 'Buy'!",
            "url":          "/buy-now.html",
            "icons": [
                {
                    "src":      "logo192.png",
                    "sizes":    "287x192"
                }
            ]
        }
    ]
}