initial commit
This commit is contained in:
71
manifest.json
Normal file
71
manifest.json
Normal file
@@ -0,0 +1,71 @@
|
||||
{
|
||||
"name": "dgray - Kleinanzeigen",
|
||||
"short_name": "dgray",
|
||||
"description": "Deine lokale Kleinanzeigen-Plattform zum Tauschen und Handeln",
|
||||
"start_url": "/",
|
||||
"display": "standalone",
|
||||
"background_color": "#ffffff",
|
||||
"theme_color": "#2563eb",
|
||||
"orientation": "portrait-primary",
|
||||
"scope": "/",
|
||||
"lang": "de",
|
||||
"icons": [
|
||||
{
|
||||
"src": "assets/icons/icon-72.png",
|
||||
"sizes": "72x72",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "assets/icons/icon-96.png",
|
||||
"sizes": "96x96",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "assets/icons/icon-128.png",
|
||||
"sizes": "128x128",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "assets/icons/icon-144.png",
|
||||
"sizes": "144x144",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "assets/icons/icon-152.png",
|
||||
"sizes": "152x152",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "assets/icons/icon-192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png",
|
||||
"purpose": "any maskable"
|
||||
},
|
||||
{
|
||||
"src": "assets/icons/icon-384.png",
|
||||
"sizes": "384x384",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "assets/icons/icon-512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png",
|
||||
"purpose": "any maskable"
|
||||
}
|
||||
],
|
||||
"categories": ["shopping", "lifestyle"],
|
||||
"shortcuts": [
|
||||
{
|
||||
"name": "Anzeige erstellen",
|
||||
"short_name": "Erstellen",
|
||||
"url": "/#/create",
|
||||
"icons": [{ "src": "assets/icons/icon-96.png", "sizes": "96x96" }]
|
||||
},
|
||||
{
|
||||
"name": "Suchen",
|
||||
"short_name": "Suche",
|
||||
"url": "/#/search",
|
||||
"icons": [{ "src": "assets/icons/icon-96.png", "sizes": "96x96" }]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user