{
  "id": "/?source=pwa",
  "name": "crawl",
  "short_name": "crawl",
  "description": "Geplante Webcrawls mit Push-Notifications.",
  "start_url": "/",
  "scope": "/",
  "lang": "de-DE",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "any",
  "background_color": "#07101f",
  "theme_color": "#07101f",
  "categories": ["productivity", "utilities"],
  "launch_handler": { "client_mode": "navigate-existing" },
  "icons": [
    { "src": "/icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" },
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" },
    { "src": "/apple-touch-icon.png", "sizes": "180x180", "type": "image/png", "purpose": "any" }
  ],
  "shortcuts": [
    { "name": "Neuer Crawl", "url": "/?new=1", "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }] },
    { "name": "Verlauf",     "url": "/?view=history", "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }] }
  ]
}
