{
  "name": "GlucoBro — Blutzucker Tracker",
  "short_name": "GlucoBro",
  "description": "Dein persönlicher Blutzucker-Tracker mit Sci-Fi-Vibes",
  "start_url": "./GlucoBro.html",
  "id": "/GlucoBro.html",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0a0a0f",
  "theme_color": "#0a0a0f",
  "categories": ["health", "medical", "lifestyle"],
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Neuer Eintrag",
      "short_name": "Eintrag",
      "url": "./GlucoBro.html#add",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
