{
  "name": "worktimer",
  "short_name": "worktimer",
  "description": "Track your work time",
  "id": "/worktimer/",
  "start_url": "/worktimer/",
  "display": "standalone",
  "background_color": "#008080",
  "theme_color": "#008080",
  "orientation": "any",
  "shortcuts": [
    {
      "name": "Start session",
      "url": "./?action=start",
      "icons": [{ "src": "./shortcut-start.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Stop session",
      "url": "./?action=stop",
      "icons": [{ "src": "./shortcut-stop.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "icons": [
    {
      "src": "./icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "./icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
