f57b63edef
Masthead, page <title>, PWA manifest name, and footer now say 'Upbeat Bytes'; README headline updated. The internal Python package/CLI stay 'goodnews' (no functional reason to rename, and it avoids churn). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
14 lines
394 B
JSON
14 lines
394 B
JSON
{
|
|
"name": "Upbeat Bytes",
|
|
"short_name": "Upbeat Bytes",
|
|
"description": "Calm, constructive news worth your attention — and nothing that isn't.",
|
|
"start_url": "/",
|
|
"scope": "/",
|
|
"display": "standalone",
|
|
"background_color": "#faf6ee",
|
|
"theme_color": "#2f7d5b",
|
|
"icons": [
|
|
{ "src": "/favicon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any maskable" }
|
|
]
|
|
}
|