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>
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user