{
  "id": "fuelwatch-app",
  "name": "FuelWatch App",
  "short_name": "FuelWatch",
  "description": "Echtzeit-Kraftstoffpreise für Deutschland & España — FuelWatch App",
  "start_url": "/index.html",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "standalone",
    "minimal-ui",
    "browser"
  ],
  "background_color": "#0a0c0f",
  "theme_color": "#f5a623",
  "orientation": "portrait-primary",
  "lang": "de",
  "dir": "ltr",
  "categories": [
    "utilities",
    "lifestyle"
  ],
  "prefer_related_applications": false,
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "share_target": {
    "action": "/",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "icons": [
    {
      "src": "/icons/icon-72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "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"
    }
  ],
  "shortcuts": [
    {
      "name": "Preise laden",
      "short_name": "Laden",
      "description": "Aktuelle Kraftstoffpreise abrufen",
      "url": "/?action=fetch",
      "icons": [
        {
          "src": "/icons/icon-96.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/screenshot-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "FuelWatch – Preisübersicht"
    },
    {
      "src": "/screenshots/screenshot-mobile2.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "FuelWatch – Tankstellen"
    },
    {
      "src": "/screenshots/screenshot-mobile3.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "FuelWatch – Preisalarm"
    },
    {
      "src": "/screenshots/screenshot-mobile4.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "FuelWatch – Einstellungen"
    },
    {
      "src": "/screenshots/screenshot-mobile5.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "FuelWatch – Länderauswahl"
    },
    {
      "src": "/screenshots/screenshot-desktop.png",
      "sizes": "1280x800",
      "type": "image/png",
      "form_factor": "wide",
      "label": "FuelWatch – Desktop"
    }
  ]
}