{
  "name": "vegprice — cennik gospodarstwa",
  "short_name": "vegprice",
  "description": "Cenniki rolnicze w 3 minuty. Twórz, edytuj i udostępniaj cennik gospodarstwa przez link, QR lub WhatsApp.",
  "lang": "pl",
  "start_url": "/moje-konto?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait",
  "background_color": "#FAFAF8",
  "theme_color": "#5BA34A",
  "categories": ["business", "productivity", "shopping", "food"],
  "id": "/?pwa=1",
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-256.png", "sizes": "256x256", "type": "image/png", "purpose": "any" },
    { "src": "/icon-384.png", "sizes": "384x384", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" },
    { "src": "/favicon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" }
  ],
  "shortcuts": [
    {
      "name": "Mój cennik",
      "short_name": "Cennik",
      "description": "Otwórz panel z Twoimi cennikami",
      "url": "/moje-konto?source=pwa-shortcut",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Nowy cennik",
      "short_name": "Nowy",
      "description": "Stwórz nowy cennik",
      "url": "/?source=pwa-shortcut-new",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
