{
  "name": "Workday — Track Your Work Days",
  "short_name": "Workday",
  "description": "A fast, effortless way to mark whether you worked on a given day.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0B0D10",
  "theme_color": "#0B0D10",
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Mark today as worked",
      "short_name": "Worked today",
      "description": "Instantly log today as a worked day",
      "url": "./index.html?action=worked",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Mark today as not worked",
      "short_name": "Not worked today",
      "description": "Instantly log today as a day off",
      "url": "./index.html?action=off",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "View Insights",
      "short_name": "Insights",
      "description": "Jump straight to your monthly stats",
      "url": "./index.html?view=dashboard",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
