{
  "background_color": "#fff",
  "theme_color":"#151E4E",
  "description": "An easy to use goal setting application",
  "display": "standalone",
  "icons": [
	{
	  "src": "/application/assets/graphics/pwa/icon_512.png",
	  "sizes": "512x512",
	  "type": "image/png"
	},
  {
    "src": "/application/assets/graphics/pwa/icon_192.png",
    "sizes": "192x192",
    "type": "image/png"
  },
  {
    "src": "/application/assets/graphics/pwa/icon_180.png",
    "type": "image/png"
  }
  ],
  "name": "Lifetick - SMART Goal Setting Made Simple",
  "short_name": "Lifetick",
  "scope": "/",
  "start_url": "/application/services/home"
}