{
  "name": "LIMS Farmtastic",
  "short_name": "LIMS",
  "description": "Laboratory Information Management System für Farmtastic GmbH - Bodenproben Management",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#2E7D32",
  "orientation": "any",
  "categories": ["productivity", "business"],
  "lang": "de-DE",
  
  "icons": [
    {
      "src": "icons/Icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/Icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/Icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "icons/Icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  
  "screenshots": [
    {
      "src": "screenshots/desktop-home.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Hauptansicht Desktop"
    },
    {
      "src": "screenshots/mobile-samples.png", 
      "sizes": "360x640",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Proben-Übersicht Mobile"
    }
  ],
  
  "shortcuts": [
    {
      "name": "Neue Probe",
      "short_name": "Probe",
      "description": "Neue Bodenprobe erfassen",
      "url": "/samples/new",
      "icons": [
        {
          "src": "icons/shortcut-sample.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "CSV Import",
      "short_name": "Import",
      "description": "CSV Batch Import",
      "url": "/import",
      "icons": [
        {
          "src": "icons/shortcut-import.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "QR Scanner",
      "short_name": "QR Scan",
      "description": "QR Code scannen",
      "url": "/qr-scan",
      "icons": [
        {
          "src": "icons/shortcut-qr.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  
  "related_applications": [],
  "prefer_related_applications": false,
  
  "scope": "/",
  "id": "farmtastic-lims",
  
  "edge_side_panel": {
    "preferred_width": 400
  },
  
  "handle_links": "preferred",
  
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  }
}