tane/apps/app_seeds/web/manifest.json
vjrj 2f7095ca59 fix(branding): rename remaining Tanemaki → Tane in platform metadata
Web PWA manifest name, index.html <title> and apple-mobile-web-app-title,
and the Windows executable ProductName / FileDescription.
2026-07-12 13:15:33 +02:00

35 lines
947 B
JSON

{
"name": "Tane",
"short_name": "Tane",
"start_url": ".",
"display": "standalone",
"background_color": "#2F7D34",
"theme_color": "#2F7D34",
"description": "Local-first, encrypted, decentralized traditional-seed inventory.",
"orientation": "portrait-primary",
"prefer_related_applications": false,
"icons": [
{
"src": "icons/Icon-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "icons/Icon-512.png",
"sizes": "512x512",
"type": "image/png"
},
{
"src": "icons/Icon-maskable-192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "icons/Icon-maskable-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
]
}