19 lines
367 B
JSON
19 lines
367 B
JSON
{
|
|
"name": "Web News",
|
|
"short_name": "Web News",
|
|
"description": "A client-side offline-first RSS news reader",
|
|
"start_url": "/",
|
|
"display": "standalone",
|
|
"background_color": "#ffffff",
|
|
"theme_color": "#1a73e8",
|
|
"orientation": "any",
|
|
"icons": [
|
|
{
|
|
"src": "/favicon.svg",
|
|
"sizes": "any",
|
|
"type": "image/svg+xml",
|
|
"purpose": "any maskable"
|
|
}
|
|
]
|
|
}
|