{
    "name": "NxtFone" ,
    "short_name": "Nxt",
    "description": "NxtFone Electronics Comparision and Ratings",
    "lang": "en-GB",
    "theme_color": "black",
    "background_color": "white",
    "start_url": "./",
    "id": "./",
    "display": "standalone",
    "scope": "./",
    "icons": [
        {
            "src": "./static/img/logonxt_144.png",
            "type": "image/png",
            "sizes": "144x144",
            "purpose": "any"
         },
        {
           "src": "./static/img/logonxt_192.png",
           "type": "image/png",
           "sizes": "192x192",
           "purpose": "any"
        },
        {
            "src": "./static/img/logonxt_512.png",
            "type": "image/png",
            "sizes": "512x512",
            "purpose": "maskable"
         }
      ],
   
      "shortcuts": [
		{
			"name": "NxtFone UK - Find a Room Heater for your need , from a brand and price range",
			"short_name": "NxtFone UK - Find a Room Heater",
			"description": "NxtFone UK - Find a Room Heater for your need , from a brand and price range",
			"url": "/roomheater/find",
			"icons": [{
				"src": "./static/img/logonxt_192.png",
				"sizes": "192x192"
			}]
		}
	]

}