Files
newsletter-hackernews/public/manifest.webmanifest

16 lines
372 B
JSON

{
"name": "Newsletter",
"short_name": "Newsletter",
"description": "Newsletter with top stories from the Hacker News forum",
"start_url": "/",
"display": "standalone",
"background_color": "#fff",
"theme_color": "#fff",
"icons": [
{
"src": "favicon.ico",
"sizes": "any",
"type": "image/x-icon"
}
]
}