{
  "name": "Islev Dart App",
  "short_name": "Islev Dart",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#08110d",
  "theme_color": "#08110d",
  "description": "Islev Dart App v1.0.2 med DartScore Pro-inspireret kampspil-design, træning og PWA-installation.",
  "icons": [
    {
      "src": "assets/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "assets/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "orientation": "portrait",
  "version": "1.0.0",
  "scope": "./"
}