{
  "file_name": "manifest.json",
  "name": "EjendomsLoggen",
  "short_name": "EjendomsLoggen",
  "description": "Din digitale logbog og økonomiske overblik",
  "start_url": "/index.php",
  "display": "standalone",
  "background_color": "#0f172a",
  "theme_color": "#2563EB",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/img/ejendom/favicon-32x32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/img/ejendom/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    },
    {
      "src": "/img/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/img/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}