All checks were successful
CI/CD — Build & Deploy / Build & Deploy (push) Successful in 29s
Backend: 5 modules (auth, user, work, list, health), AniList GraphQL proxy, SuperOAuth PKCE introspection, XP system, migrations TypeORM. Frontend: SvelteKit adapter-node, PWA manifest, dark theme, pages home/search/list/profile/callback. Infra: CI/CD Gitea vps-runner, Apache vhost SSL, pm2 sakuin-backend + sakuin-frontend, port 4002. License: BSL 1.1 (Apache 2.0 en 2028).
14 lines
391 B
JSON
14 lines
391 B
JSON
{
|
|
"name": "Sakuin",
|
|
"short_name": "Sakuin",
|
|
"description": "Ton index manga & anime — gamifié, partageable.",
|
|
"start_url": "/",
|
|
"display": "standalone",
|
|
"background_color": "#0f0f1a",
|
|
"theme_color": "#0f0f1a",
|
|
"icons": [
|
|
{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" },
|
|
{ "src": "/icon-512.png", "sizes": "512x512", "type": "image/png" }
|
|
]
|
|
}
|