feat(web): SEO/social cards, security headers, PWA icons, FAQ, status, get-involved, captions
This commit is contained in:
parent
a719e9c172
commit
a3697e6b3e
19 changed files with 358 additions and 16 deletions
13
site/static/site.webmanifest
Normal file
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" }
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue