{
  "name": "Zipzapa",
  "short_name": "Zipzapa",
  "description": "Køb, lej og sælg smartere — Danmarks markedsplads for værktøj, udstyr og gear.",
  "start_url": "/",
  "scope": "/",
  "id": "/",
  "display": "standalone",
  "background_color": "#24245f",
  "theme_color": "#24245f",
  "lang": "da",
  "orientation": "any",
  "categories": ["shopping", "lifestyle"],
  "shortcuts": [
    { "name": "Opret annonce", "short_name": "Opret", "url": "/?page=sell", "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }] },
    { "name": "Markedsplads", "short_name": "Marked", "url": "/?page=market", "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }] },
    { "name": "Mine handler", "short_name": "Handler", "url": "/?page=profile", "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }] }
  ],
  "share_target": {
    "action": "/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [{ "name": "images", "accept": ["image/*"] }]
    }
  },
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
