{
  "name": "Vuosikello",
  "short_name": "Vuosikello",
  "description": "Vuosittainen tehtävien ja talkoopäivien hallinta.",
  "lang": "fi",
  "dir": "ltr",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#1b5e20",
  "background_color": "#f8f9fa",
  "icons": [
    {
      "src": "/icon.svg",
      "type": "image/svg+xml",
      "sizes": "any",
      "purpose": "any"
    },
    {
      "src": "/icon.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any"
    },
    {
      "src": "/icon.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Tänään",
      "short_name": "Tänään",
      "description": "Avaa tämän päivän tehtävät",
      "url": "/today"
    },
    {
      "name": "Uusi tehtävä",
      "short_name": "Uusi tehtävä",
      "description": "Luo uusi tehtävä",
      "url": "/tasks/new"
    },
    {
      "name": "Vuodenajat",
      "short_name": "Vuodenajat",
      "description": "Selaa vuodenaikoja",
      "url": "/seasons"
    }
  ]
}
