Files
Pirmin Hinderling (fedora) 6e14f2b266 Add compass logo with favicon set and quote claim titles in the UI.
Introduces SVG and PNG icon assets with manifest links, and wraps public claim titles in German quotation marks.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-07 20:22:28 +02:00

21 lines
446 B
JSON

{
"name": "Faktenkompass",
"short_name": "Faktenkompass",
"description": "Überprüfbare Fakten und Quellen",
"icons": [
{
"src": "img/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "img/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#0d9488",
"background_color": "#f5f5f7",
"display": "standalone"
}