{
  "name": "IDEA TASK",
  "short_name": "IDEA TASK",
  "description": "Twój osobisty system operacyjny dnia",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0a0e1a",
  "theme_color": "#0a0e1a",
  "lang": "pl",
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" }
  ],
  "shortcuts": [
    {
      "name": "Nagraj zadanie",
      "short_name": "Voice",
      "description": "Otwórz tryb głosowy",
      "url": "/?mtab=voice",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Dziś",
      "short_name": "Dziś",
      "description": "Plan na dziś",
      "url": "/?mtab=today",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}