{
  "id": "/",
  "name": "NFC TOOL",
  "short_name": "NFC TOOL",
  "description": "NFC-Tags lesen, beschreiben und kopieren. Alle Daten bleiben lokal auf dem Gerät.",
  "lang": "de",
  "dir": "ltr",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "standalone",
    "minimal-ui"
  ],
  "orientation": "portrait",
  "background_color": "#EBE6DC",
  "theme_color": "#EBE6DC",
  "categories": [
    "utilities",
    "productivity"
  ],
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icons/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "screenshots/01-lesen.png",
      "sizes": "960x1568",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Tag lesen — UID, Hersteller, Chip-Typ und NDEF-Inhalt"
    },
    {
      "src": "screenshots/02-schreiben.png",
      "sizes": "960x1568",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Tag beschreiben — Text, URL, MIME oder externer Record-Typ"
    },
    {
      "src": "screenshots/03-klonen.png",
      "sizes": "960x1568",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Tag kopieren — NDEF-Inhalt von der Quelle auf ein Ziel-Tag"
    },
    {
      "src": "screenshots/04-hinweise.png",
      "sizes": "960x1568",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Klare Angabe der Plattform-Voraussetzungen"
    }
  ],
  "shortcuts": [
    {
      "name": "Tag lesen",
      "short_name": "Lesen",
      "url": "/?mode=read",
      "icons": [
        {
          "src": "icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Tag beschreiben",
      "short_name": "Schreiben",
      "url": "/?mode=write",
      "icons": [
        {
          "src": "icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
