Files
ytrecap/public/manifest.json
T
Frank Schwenk 3f1da92cf4 feat: add Goldfish Recap YouTube summary PWA
YouTube subtitles via OpenRouter become persistent, shareable recaps
with timestamp jump links, PIN-protected creation, and Traefik deploy.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-16 15:49:24 +02:00

23 lines
458 B
JSON

{
"name": "Goldfish Recap",
"short_name": "Goldfish",
"description": "YouTube-Recaps für Second-Screen-Survivors",
"start_url": "/",
"display": "standalone",
"background_color": "#FFF8F0",
"theme_color": "#0B3D5C",
"icons": [
{
"src": "/icon-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/icon.svg",
"sizes": "any",
"type": "image/svg+xml",
"purpose": "any"
}
]
}