{
  "name": "Pinlog",
  "short_name": "Pinlog",
  "display": "standalone",
  "start_url": "./?utm_source=pwa_install",
  "scope": ".",
  "id": "bu2media.pinlog",
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "orientation": "portrait-primary",
  "theme_color": "#5a5a51",
  "background_color": "#f5f3ee",
  "icons": [
    {
      "src": "/android-chrome-192x192.png?v=5",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/android-chrome-512x512.png?v=5",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "required_features": [
    "geolocation"
  ],
  "permissions": [
    "geolocation"
  ],
  "description": "Die App für Sondengänger",
  "dir": "ltr",
  "lang": "de",
  "shortcuts": [
    {
      "name": "Karte",
      "url": "/karte",
      "description": "Fundkarte"
    }
  ]
}