tane/site/static/site.webmanifest

13 lines
432 B
JSON

{
"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" }
]
}