{
  "short_name": "TimeCard",
  "name": "Monitor TimeCard",
   "icons": [
    {
      "src": "launchericon-96-96.png",
      "sizes": "96x96",
      "type": "image/png"
    },
    {
      "src": "launchericon-144-144.png",
      "sizes": "144x144",
      "type": "image/png"
    },
    {
      "src": "launchericon-192-192.png",
      "sizes": "192x192",
      "type": "image/png"
    }
  ],
  "screenshots": [
    {
      "src": "/narrow.jpg",
      "type": "image/jpg",
      "sizes": "400x711",
      "form_factor": "narrow"
    },
    {
      "src": "/wide.jpg",
      "type": "image/jpg",
      "sizes": "1264x711",
      "form_factor": "wide"
    }
  ],
  "shortcuts": [
	  {
		"name": "Login",
		"url": "/login"
	  },
	  {
		"name": "Calendar(month)",
		"url": "/calendar?view=month"
	  },
	  {
		"name": "Calendar(week)",
		"url": "/calendar?view=week"
	  },
	  {
		"name": "Report(day)",
		"url": "/work/day"
	  },
	  {
		"name": "Report(week)",
		"url": "/quickreport"
	  }
  ],
  "start_url": ".",
  "display": "fullscreen",
  "theme_color": "#0089d0",
  "background_color": "#eee",
  "description": "TimeCard makes it possible to easily and effectively record your worked time and attendance through a web-based platform."
}