{
  "name": "CallSafe - Sicher vor Telefonbetrug",
  "short_name": "CallSafe",
  "description": "Schützen Sie sich vor Enkeltrick, falschen Polizisten und anderen Betrugsmaschen am Telefon",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#faf9f6",
  "theme_color": "#2d5a3d",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><rect width='100' height='100' fill='%232d5a3d'/><text y='75' x='50' text-anchor='middle' font-size='70'>🛡️</text></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><rect width='100' height='100' fill='%232d5a3d'/><text y='75' x='50' text-anchor='middle' font-size='70'>🛡️</text></svg>",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["utilities", "education", "security"],
  "screenshots": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 540 720'><rect width='540' height='720' fill='%23faf9f6'/><text y='360' x='270' text-anchor='middle' font-size='48' fill='%232d5a3d'>BetrugsSchutz</text></svg>",
      "sizes": "540x720",
      "type": "image/svg+xml",
      "form_factor": "narrow"
    }
  ],
  "shortcuts": [
    {
      "name": "Nummer prüfen",
      "short_name": "Prüfen",
      "description": "Telefonnummer auf Betrug prüfen",
      "url": "/index.html?page=check",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='75' x='50' text-anchor='middle' font-size='70'>🔍</text></svg>",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Lernen",
      "short_name": "Lernen",
      "description": "Betrugsmaschen kennenlernen",
      "url": "/index.html?page=learn",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='75' x='50' text-anchor='middle' font-size='70'>📚</text></svg>",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Nummer melden",
      "short_name": "Melden",
      "description": "Betrugsnummer melden",
      "url": "/index.html?page=report",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='75' x='50' text-anchor='middle' font-size='70'>⚠️</text></svg>",
          "sizes": "96x96"
        }
      ]
    }
  ]
}
