scaffolding frontend common dom element

This commit is contained in:
Giuseppe Naponiello
2026-06-15 01:16:01 +02:00
parent 36bcc9a842
commit 611c554490
24 changed files with 945 additions and 15 deletions

View File

@@ -0,0 +1,18 @@
{
"name": "Dynamic Collection",
"short_name": "DynColl",
"description": "Curated digital collections of archaeological artefacts with interactive 3D visualisation.",
"lang": "en",
"dir": "ltr",
"start_url": "/",
"scope": "/",
"display": "minimal-ui",
"orientation": "any",
"background_color": "#ffffff",
"theme_color": "#22458a",
"icons": [
{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" },
{ "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png" },
{ "src": "/icons/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
]
}