{
  "id": "/",
  "name": "Piwowary",
  "short_name": "Piwowary",
  "description": "Domowe centrum organizacji",
  "lang": "pl",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#fffbf5",
  "theme_color": "#e07a3f",
  "icons": [
    {
      "src": "/static/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Lista zakupów",
      "short_name": "Zakupy",
      "url": "/meals/shopping/",
      "icons": [{"src": "/static/icons/icon-192.png", "sizes": "192x192", "type": "image/png"}]
    },
    {
      "name": "Dziś",
      "short_name": "Dziś",
      "url": "/",
      "icons": [{"src": "/static/icons/icon-192.png", "sizes": "192x192", "type": "image/png"}]
    },
    {
      "name": "Zaloguj trening",
      "short_name": "Trening",
      "url": "/workouts/",
      "icons": [{"src": "/static/icons/icon-192.png", "sizes": "192x192", "type": "image/png"}]
    }
  ]
}
