Files
oki-atlas-fediverse/atlas-fediverse/static/manifest.json
T
sucupira 9b574d918c feat: refonte OKI — constellation, carte SVG déterministe, timeline interactive
- Background : shader Three.js remplacé par la constellation zetwal (DOM/SVG, zéro WebGL)
- Carte : graphe 3D aléatoire remplacé par un SVG 2D au layout baké au build
  (scripts/build-layout.mjs, positions déterministes), nœuds focusables, pan/zoom, filtres sans re-layout
- Timeline : 4 ères, reveal syncopé gwoka, liens événement→fiche catalogue (module software-modal),
  mois affichés, corrections factuelles (Twitter 2022, Mastodon 2016, PeerTube 2017, Bluesky 2024, 105 logiciels)
- Charte OKI : tokens + bridge, Archivo/Inter self-hébergées, flag-bar, KineticText, footer fédéré
- Dette : three retiré (JS initial ~828 Ko → 77 Ko), OG/Twitter/JSON-LD/robots/sitemap,
  licence CC BY-SA 4.0, fediverse.json mort supprimé, icônes PWA 121 Ko → 9 Ko
- Lighthouse mobile : 91/97/100/100 — tests vitest 6/6, svelte-check 0/0
2026-07-21 13:39:38 -04:00

33 lines
710 B
JSON

{
"name": "Atlas Fediverse",
"short_name": "Atlas",
"description": "Cartographie interactive du Fédiverse : 105 logiciels, 12 protocoles, 18 ans d'histoire du réseau social décentralisé.",
"lang": "fr",
"start_url": "/",
"scope": "/",
"display": "standalone",
"orientation": "any",
"background_color": "#0D0D0D",
"theme_color": "#0D0D0D",
"icons": [
{
"src": "/icons/icon-192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any"
},
{
"src": "/icons/icon-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any"
},
{
"src": "/icons/icon-maskable-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
]
}