{
  "id": "/",
  "name": "Muzoteka",
  "short_name": "Muzoteka",
  "description": "Najświeższe newsy, koncerty, wydawnictwa i klipy muzyczne w jednym miejscu.",
  "lang": "pl-PL",
  "start_url": "/?utm_source=pwa",
  "scope": "/",
  "display": "standalone",
  "theme_color": "#faf9f5",
  "background_color": "#faf9f5",
  "categories": ["music", "news", "entertainment"],
  "icons": [
    {
      "src": "/assets/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/assets/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Top tygodnia",
      "short_name": "Top tygodnia",
      "url": "/top-tygodnia/?utm_source=pwa_shortcut",
      "icons": [{ "src": "/assets/web-app-manifest-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Ulubione",
      "short_name": "Ulubione",
      "url": "/ulubione/?utm_source=pwa_shortcut",
      "icons": [{ "src": "/assets/web-app-manifest-192x192.png", "sizes": "192x192" }]
    }
  ]
}
