feat(web): SEO/social cards, security headers, PWA icons, FAQ, status, get-involved, captions
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 5.1 KiB |
BIN
site/static/favicon-16.png
Normal file
|
After Width: | Height: | Size: 572 B |
BIN
site/static/favicon-32.png
Normal file
|
After Width: | Height: | Size: 897 B |
BIN
site/static/favicon.ico
Normal file
|
After Width: | Height: | Size: 15 KiB |
|
Before Width: | Height: | Size: 30 KiB |
BIN
site/static/icon-192.png
Normal file
|
After Width: | Height: | Size: 5.5 KiB |
BIN
site/static/icon-512.png
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
site/static/og-en.png
Normal file
|
After Width: | Height: | Size: 314 KiB |
BIN
site/static/og-es.png
Normal file
|
After Width: | Height: | Size: 318 KiB |
13
site/static/site.webmanifest
Normal 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" }
|
||||
]
|
||||
}
|
||||