mirror of
https://github.com/Shik3i/KoalaSync.git
synced 2026-07-26 12:08:15 +00:00
aa52d319e1
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>
30 lines
688 B
JSON
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"
|
|
}
|
|
]
|
|
}
|