{
  "name": "Kompas",
  "short_name": "Kompas",
  "description": "Kompas — Podróż pod ręką. Offline-first, prywatna aplikacja do zarządzania spontanicznymi podróżami rodzinnymi",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#0b1323",
  "background_color": "#0b1323",
  "icons": [
    {
      "src": "assets/kompas-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/kompas-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/kompas-icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 540 720'><rect fill='%230f0f0f' width='540' height='720'/><text x='270' y='360' font-size='48' fill='%23fff' text-anchor='middle' dominant-baseline='middle'>Kompas</text></svg>",
      "sizes": "540x720",
      "type": "image/svg+xml",
      "form_factor": "narrow"
    }
  ],
  "categories": ["travel", "productivity"],
  "shortcuts": [
    {
      "name": "Nowa podróż",
      "short_name": "Nowa",
      "description": "Utwórz nową podróż",
      "url": "/?action=new-trip",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect fill='%234a9eff' width='96' height='96'/><text x='48' y='48' font-size='48' fill='%23fff' text-anchor='middle' dominant-baseline='middle'>+</text></svg>",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "media",
          "accept": [
            "image/*",
            "application/pdf",
            "image/webp",
            "text/plain",
            "message/rfc822",
            ".eml"
          ]
        }
      ]
    }
  }
}
