{
  "name": "Tandem",
  "short_name": "Tandem",
  "start_url": "/",
  "scope": "/",
  "description": "Engineering Management Software",
  "id": "/manifest.json",
  "display": "standalone",
  "theme_color": "#000",
  "background_color": "#fff",
  "dir": "ltr",
  "lang": "en-US",
  "icons": [
    {
      "src": "images/icons/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "images/icons/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "images/icons/maskable-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "images/icons/apple-touch-icon-180x180.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "url": "/dashboard/analytics",
      "description": "Upcoming Agenda and Summaries",
      "icons": [
        {
          "src": "images/icons/shortcuts/view-dashboard-outline.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Projects",
      "url": "/projects/list",
      "icons": [
        {
          "src": "images/icons/shortcuts/floor-plan.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Producibles",
      "url": "/producibles/list",
      "icons": [
        {
          "src": "images/icons/shortcuts/draw.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Clients",
      "url": "/clients/list",
      "icons": [
        {
          "src": "images/icons/shortcuts/account-tie.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "My Timesheet",
      "url": "/timesheets/weekly/mine",
      "icons": [
        {
          "src": "images/icons/shortcuts/calendar-clock.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Quotes",
      "url": "/quotes/list",
      "icons": [
        {
          "src": "images/icons/shortcuts/comment-quote-outline.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ]
}
