{
  "name": "Classic Games",
  "short_name": "Classic Games",
  "description": "Portal klasycznych gier w lekkim fundamencie PWA.",
  "lang": "pl",
  "id": "./portal.html",
  "start_url": "./portal.html?source=pwa",
  "scope": "./",
  "display_override": ["fullscreen", "standalone", "minimal-ui"],
  "display": "fullscreen",
  "orientation": "portrait-primary",
  "background_color": "#03040a",
  "theme_color": "#03040a",
  "categories": ["games", "entertainment"],
  "icons": [
    {
      "src": "./icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "./icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Wejdź do portalu",
      "short_name": "Portal",
      "description": "Otwórz główny portal gracza.",
      "url": "./portal.html?source=shortcut"
    },
    {
      "name": "Akceptacja zasad",
      "short_name": "Zasady",
      "description": "Otwórz stronę akceptacji zasad i prywatności.",
      "url": "./legal/pl/akceptacja.html"
    }
  ]
}
