5b9d457704
Fork of element-web v1.12.22 reskinned as "Blap", a Discord-style social Matrix client. Visual fork only: calls stay on the Element Call widget. UI / reskin: - yap CSS overlay (_yap.pcss) wired into the dark theme @layer; fonts, surfaces - spaces rail icon-only with the collapse mechanism removed - YapRoomList with manual drag-and-drop ordering (works in Home; drop-to-bottom) - Discord-style inline message timestamps next to the sender name - image lightbox toolbar visibility; themed context menus + toasts - bridges panel + call facepile - login screen rebuilt to the Blap design (centered card, accent buttons) - accent (purple) primary buttons app-wide via Compound token overrides Desktop / distribution: - updater.ts switched Squirrel -> electron-updater (NSIS); Codeberg generic feed - scripts/release-codeberg.mjs uploads artifacts to the Codeberg release - Blap build variant (apps/desktop/blap/build.json, appId lol.utn.blap) Calls (visual-only via widget API): - "join with camera off" device setting + Voice settings toggle Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
61 lines
1.5 KiB
JSON
61 lines
1.5 KiB
JSON
{
|
|
"name": "Blap",
|
|
"short_name": "Blap",
|
|
"display": "standalone",
|
|
"theme_color": "#7c66e0",
|
|
"start_url": "index.html",
|
|
"icons": [
|
|
{
|
|
"src": "/vector-icons/24.png",
|
|
"sizes": "24x24",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/vector-icons/120.png",
|
|
"sizes": "120x120",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/vector-icons/144.png",
|
|
"sizes": "144x144",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/vector-icons/152.png",
|
|
"sizes": "152x152",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/vector-icons/180.png",
|
|
"sizes": "180x180",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/vector-icons/512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/vector-icons/1024.png",
|
|
"sizes": "1024x1024",
|
|
"type": "image/png"
|
|
}
|
|
],
|
|
"related_applications": [
|
|
{
|
|
"platform": "play",
|
|
"url": "https://play.google.com/store/apps/details?id=im.vector.app",
|
|
"id": "im.vector.app"
|
|
},
|
|
{
|
|
"platform": "f-droid",
|
|
"url": "https://f-droid.org/repository/browse/?fdid=im.vector.app",
|
|
"id": "im.vector.app"
|
|
},
|
|
{
|
|
"platform": "itunes",
|
|
"url": "https://apps.apple.com/app/vector/id1083446067"
|
|
}
|
|
]
|
|
}
|