{
  "lang": "en",
  "name": "Simple NewZ App",
  "description": "A simple pwa news app where you can find  and search news from all sources!",
  "short_name": "SNewz",
  "icons": [{
    "src": "/images/b512.png",
    "sizes": "512x512",
    "type": "image/png"
  },
  {
    "src": "/images/maskable.png",
    "sizes": "196x196",
    "type": "image/png",
    "purpose": "any maskable"
  },
  {
    "src": "/images/b192.png",
    "sizes": "192x192",
    "type": "image/png"
  },
  {
    "src": "/images/b96.png",
    "sizes": "96x96",
    "type": "image/png"
  },
  {
			"src": "/images/b300.png",
			"sizes": "300x300",
      "type": "image/png"
		},
		{
			"src": "/images/b180.png",
			"sizes": "180x180",
      "type": "image/png"
		},
		{
			"src": "/images/b152.png",
			"sizes": "152x152",
      "type": "image/png"
		}
  ],
  "display": "standalone",
  "start_url": ".",
  "background_color": "#b7c0c1",
  "theme_color": "#09297d",
  "categories": ["news", "magazines", "politics","sports"]
}