{
  "name": "Tööaja Jälgimine",
  "short_name": "Tööaeg",
  "description": "Lihtne ja mugav töötundide arvestus",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#3b82f6",
  "theme_color": "#3b82f6",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "et",
  "categories": ["productivity", "business", "utilities"],
  "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"
    }
  ],
  "shortcuts": [
    {
      "name": "Alusta tööd",
      "short_name": "Start",
      "description": "Käivita tööaja taimer",
      "url": "/#start"
    },
    {
      "name": "Statistika",
      "short_name": "Stats",
      "description": "Vaata töötundide statistikat",
      "url": "/#stats"
    }
  ]
}