Files
KoalaSync/website/site.webmanifest
KoalaDev aa52d319e1 Redesign website and extension with koala nature theme
v3.0.0 "The Greens Update" palette: forest-green oklch color system
(accent green + terracotta secondary) replaces the indigo/slate scheme
across the landing page and the extension popup/options. The blob
background becomes an animated bamboo forest overlay (parallax stalks,
falling leaves, canopy, ground mist, fireflies, light sweep, grain)
with prefers-reduced-motion support. Layout, structure and copy are
unchanged.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-10 19:18:40 +02:00

30 lines
688 B
JSON

{
"name": "KoalaSync",
"short_name": "KoalaSync",
"description": "Real-time video synchronization for friends. Privacy-first, open source.",
"start_url": "/",
"display": "standalone",
"background_color": "#10190e",
"theme_color": "#10190e",
"icons": [
{
"src": "/assets/NewLogoIcon_64.webp",
"sizes": "64x64",
"type": "image/webp",
"purpose": "any"
},
{
"src": "/assets/NewLogoIcon_128.webp",
"sizes": "128x128",
"type": "image/webp",
"purpose": "any maskable"
},
{
"src": "/assets/icon-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any maskable"
}
]
}