new listing layout

This commit is contained in:
2026-02-01 11:28:08 +01:00
parent 43a905c027
commit c58296e920
3 changed files with 147 additions and 106 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "dgray.io - Marktplatz",
"name": "dgray.io - marketplace",
"short_name": "dgray.io",
"description": "Anonymer Marktplatz mit Monero-Bezahlung",
"description": "Anonymous marketplace with Monero payment",
"start_url": "/",
"display": "standalone",
"background_color": "#FAFAFA",
@@ -56,14 +56,14 @@
"categories": ["shopping", "lifestyle"],
"shortcuts": [
{
"name": "Anzeige erstellen",
"short_name": "Erstellen",
"name": "create ad",
"short_name": "create",
"url": "/#/create",
"icons": [{ "src": "assets/icons/icon-96.png", "sizes": "96x96" }]
},
{
"name": "Suchen",
"short_name": "Suche",
"name": "search",
"short_name": "search",
"url": "/#/search",
"icons": [{ "src": "assets/icons/icon-96.png", "sizes": "96x96" }]
}