mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-19 01:21:24 +02:00
- Add build:packages step to all test.yml jobs (fixes @manacore/shared-nestjs-auth not found) - Handle missing coverage artifacts gracefully in test-coverage.yml - Update .prettierignore to exclude apps-archived/ and problematic files - Format all source files to pass CI checks 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
89 lines
1.9 KiB
JSON
89 lines
1.9 KiB
JSON
{
|
|
"name": "Mana Games - Spiele ohne Grenzen",
|
|
"short_name": "Mana Games",
|
|
"description": "Eine Sammlung kostenloser, werbefreier Web-Spiele zum Spielen, Bauen und Lernen",
|
|
"start_url": "/",
|
|
"display": "standalone",
|
|
"orientation": "portrait",
|
|
"theme_color": "#1a1a1a",
|
|
"background_color": "#0a0a0a",
|
|
"categories": ["games", "education", "entertainment"],
|
|
"lang": "de",
|
|
"dir": "ltr",
|
|
"icons": [
|
|
{
|
|
"src": "/icons/icon-72x72.png",
|
|
"sizes": "72x72",
|
|
"type": "image/png",
|
|
"purpose": "any maskable"
|
|
},
|
|
{
|
|
"src": "/icons/icon-96x96.png",
|
|
"sizes": "96x96",
|
|
"type": "image/png",
|
|
"purpose": "any maskable"
|
|
},
|
|
{
|
|
"src": "/icons/icon-128x128.png",
|
|
"sizes": "128x128",
|
|
"type": "image/png",
|
|
"purpose": "any maskable"
|
|
},
|
|
{
|
|
"src": "/icons/icon-144x144.png",
|
|
"sizes": "144x144",
|
|
"type": "image/png",
|
|
"purpose": "any maskable"
|
|
},
|
|
{
|
|
"src": "/icons/icon-152x152.png",
|
|
"sizes": "152x152",
|
|
"type": "image/png",
|
|
"purpose": "any maskable"
|
|
},
|
|
{
|
|
"src": "/icons/icon-192x192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png",
|
|
"purpose": "any maskable"
|
|
},
|
|
{
|
|
"src": "/icons/icon-384x384.png",
|
|
"sizes": "384x384",
|
|
"type": "image/png",
|
|
"purpose": "any maskable"
|
|
},
|
|
{
|
|
"src": "/icons/icon-512x512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png",
|
|
"purpose": "any maskable"
|
|
}
|
|
],
|
|
"screenshots": [
|
|
{
|
|
"src": "/screenshots/desktop-home.png",
|
|
"sizes": "1280x720",
|
|
"type": "image/png",
|
|
"label": "Mana Games Startseite"
|
|
},
|
|
{
|
|
"src": "/screenshots/mobile-home.png",
|
|
"sizes": "750x1334",
|
|
"type": "image/png",
|
|
"label": "Mobile Ansicht"
|
|
}
|
|
],
|
|
"shortcuts": [
|
|
{
|
|
"name": "Snake Game",
|
|
"url": "/games/snake",
|
|
"description": "Klassisches Snake-Spiel spielen"
|
|
},
|
|
{
|
|
"name": "Meine Statistiken",
|
|
"url": "/stats",
|
|
"description": "Spielstatistiken anzeigen"
|
|
}
|
|
]
|
|
}
|