{
  "name": "ProstaLista – inteligentne zakupy",
  "short_name": "ProstaLista",
  "description": "Prosta lista zakupów: odczyt kartek i SMS-ów, trasa po alejkach marketu, promocje z 6 sieci",
  "start_url": "./index.html",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#F8F9FD",
  "theme_color": "#10B981",
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icons/icon-mono-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "monochrome"
    }
  ],
  "share_target": {
    "action": "./index.html",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text"
    }
  },
  "shortcuts": [
    {
      "name": "Zrób zdjęcie kartki",
      "short_name": "Zdjęcie AI",
      "description": "Odczytaj listę zakupów lub przepis ze zdjęcia",
      "url": "./index.html?action=photo",
      "icons": [
        {
          "src": "icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Wklej tekst / SMS",
      "short_name": "Wklej tekst",
      "description": "Wklej listę zakupów ze schowka",
      "url": "./index.html?action=paste",
      "icons": [
        {
          "src": "icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
