{
    "name": "VamShop",
    "short_name": "vamshop",
    "description": "Движок (CMS) для создания интернет-магазина VamShop.",
    "start_url": "/?utm_source=pwa&utm_medium=manifest&utm_campaign=manifest_start_url",
    "display": "standalone",
    "theme_color": "#fff",
    "background_color": "#fff",
    "icons": [
        {
            "src": "images/icons/vamshop-box-32.png",
            "sizes": "32x32",
            "type": "image/png"
        },
        {
            "src": "images/icons/vamshop-box-64.png",
            "sizes": "64x64",
            "type": "image/png"
        },
        {
            "src": "images/icons/vamshop-box-128.png",
            "sizes": "128x128",
            "type": "image/png"
        },
        {
            "src": "images/icons/vamshop-box-256.png",
            "sizes": "256x256",
            "type": "image/png"
        },
        {
            "src": "images/icons/vamshop-box-256-maskable.png",
            "sizes": "284x284",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "images/icons/vamshop-box-512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ],
    "features": [
	    "PHP Shopping Cart Software",
	    "Lightning Fast",
	    "Google PageSpeed Insights Optimized",
	    "PWA - Progressive Web Application"
    ],
    "screenshots": [
	    {
	      "src": "images/screens/screen1.png",
	      "sizes": "440x848",
	      "type": "image/png",
	      "description": "VamShop Home Screen"
	    },
	    {
	      "src": "images/screens/screen2.png",
	      "sizes": "440x848",
	      "type": "image/png",
	      "description": "Product Listing Page"
	    },
	    {
	      "src": "images/screens/screen3.png",
	      "sizes": "440x848",
	      "type": "image/png",
	      "description": "Product Details Page"
	    },
	    {
	      "src": "images/screens/screen4.png",
	      "sizes": "440x848",
	      "type": "image/png",
	      "description": "Mobile Navigation Menu"
	    },
	    {
	      "src": "images/screens/screen5.png",
	      "sizes": "440x848",
	      "type": "image/png",
	      "description": "Mobile Shopping Cart"
	    },
	    {
	      "src": "images/screens/screen6.png",
	      "sizes": "440x848",
	      "type": "image/png",
	      "description": "Shopping Cart Page"
	    }
    ],
    "prefer_related_applications": false,
    "related_applications": [
    {
      "platform": "play",
      "id": "xyz.appmaker.wzxnid",
      "url": "https://play.google.com/store/apps/details?id=xyz.appmaker.wzxnid&referrer=utm_source%3Dpwa"
    }
    ]    
}