6e14f2b266
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>
21 lines
446 B
JSON
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"
|
|
}
|