{
  "name": "Time Online",
  "short_name": "TimeOnline",
  "description": "Log and submit your timesheet hours",
  "start_url": "./timeEntry.php",
  "display": "standalone",
  "background_color": "#f0f2f5",
  "theme_color": "#344767",
  "orientation": "any",
  "icons": [
    {
      "src": "img/tol-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "img/tol-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "img/tol-favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Enter Time",
      "short_name": "Time Entry",
      "url": "./timeEntry.php",
      "icons": [{ "src": "img/tol-favicon.svg", "sizes": "any" }]
    },
    {
      "name": "My Timesheets",
      "short_name": "Timesheets",
      "url": "./myTimesheets.php",
      "icons": [{ "src": "img/tol-favicon.svg", "sizes": "any" }]
    }
  ]
}
