Files
deepstock/public/site.webmanifest
Dorian b0b4d41571 feat: add SEO meta, OG image, favicons and sitemap
- Full meta suite in index.html: description, canonical, robots,
  Open Graph + Twitter cards, theme-color and JSON-LD structured data
- 1200x630 OG share card matching the homepage Plan-B wordmark
- Favicon set generated from the intro storm icon (svg + png + apple
  touch + 192/512 PWA icons) and a web manifest
- robots.txt + sitemap.xml with hreflang alternates
- setLang() now syncs title/description/og tags on EN/DE toggle

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-16 14:52:58 +01:00

17 lines
577 B
JSON

{
"name": "Plan-B — Crisis Preparedness Advisor",
"short_name": "Plan-B",
"description": "AI-assisted crisis-preparedness advisor for urban households.",
"start_url": "/",
"scope": "/",
"display": "standalone",
"background_color": "#FAFAFA",
"theme_color": "#5A9A78",
"lang": "en",
"icons": [
{ "src": "/images/icon-192.png", "sizes": "192x192", "type": "image/png" },
{ "src": "/images/icon-512.png", "sizes": "512x512", "type": "image/png" },
{ "src": "/images/favicon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" }
]
}