{
  "name": "Bombel App",
  "short_name": "Bombel",
  "description": "Prywatna platforma mediów",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0f0f0f",
  "theme_color": "#ff0000",
  "orientation": "any",
  "scope": "/",
  "id": "/",
  "launch_handler": { "client_mode": "navigate-existing" },
  "icons": [{ "src": "/favicon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any maskable" }],
  "categories": ["entertainment", "music", "video"],
  "shortcuts": [
    { "name": "Filmy", "url": "/videos", "icons": [{ "src": "/favicon.svg", "sizes": "96x96" }] },
    { "name": "Muzyka", "url": "/music", "icons": [{ "src": "/favicon.svg", "sizes": "96x96" }] },
    { "name": "Pobrane", "url": "/downloaded", "icons": [{ "src": "/favicon.svg", "sizes": "96x96" }] }
  ],
  "prefer_related_applications": false,
  "related_applications": [],
  "handle_links": "preferred",
  "edge_side_panel": { "preferred_width": 480 }
}
