{
  "name": "SARmission – Einsatzsystem für Rettungshundestaffeln",
  "short_name": "SARmission",
  "description": "Einsatzsystem für Rettungshundestaffeln",
  "start_url": "./",
  "scope": "./",
  "id": "/",
  "display": "standalone",
  "display_override": ["fullscreen", "standalone"],
  "orientation": "landscape",
  "background_color": "#060c16",
  "theme_color": "#060c16",
  "lang": "de",
  "dir": "ltr",
  "icons": [
    { "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" },
    { "src": "icons/icon-180.png", "sizes": "180x180", "type": "image/png" },
    { "src": "icons/icon-167.png", "sizes": "167x167", "type": "image/png" },
    { "src": "icons/icon-152.png", "sizes": "152x152", "type": "image/png" }
  ],
  "categories": ["utilities", "productivity"],
  "share_target": {
    "action": "./share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        { "name": "track", "accept": [".gpx", ".kml", "application/gpx+xml", "application/vnd.google-earth.kml+xml", "application/octet-stream", "text/xml"] }
      ]
    }
  },
  "shortcuts": [
    {
      "name": "Neue Einheit",
      "short_name": "Einheit",
      "url": "./#einheit",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Suchgebiet zeichnen",
      "short_name": "Gebiet",
      "url": "./#gebiet",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
