feat(web): SEO/social cards, security headers, PWA icons, FAQ, status, get-involved, captions

This commit is contained in:
vjrj 2026-07-15 12:10:30 +02:00
parent a719e9c172
commit a3697e6b3e
19 changed files with 358 additions and 16 deletions

View file

@ -0,0 +1,13 @@
{
"name": "Tane",
"short_name": "Tane",
"description": "Keep and share traditional seeds — offline, encrypted, no account.",
"start_url": "/",
"display": "standalone",
"background_color": "#e7f1e0",
"theme_color": "#2f7d34",
"icons": [
{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" },
{ "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
]
}