{
  "name": "Michał Gotuje",
  "short_name": "Michał Gotuje",
  "description": "Proste przepisy, które naprawdę wychodzą.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#FAF6F0",
  "theme_color": "#C96A4A",
  "orientation": "portrait-primary",
  "lang": "pl",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Wszystkie przepisy",
      "url": "/przepisy",
      "description": "Przeglądaj przepisy"
    },
    {
      "name": "Importuj przepis",
      "url": "/importuj",
      "description": "Zaimportuj przepis z YouTube, TikTok lub Instagram"
    }
  ],
  "share_target": {
    "action": "/importuj",
    "method": "GET",
    "params": {
      "url": "url",
      "text": "text",
      "title": "title"
    }
  }
}
