bubo-rss/public/manifest.json
Carter McBride 048e3fcde7
Enhance mobile view (#6)
* Add SVG favicon and webapp manifest

* Word wrap the urls

* Add id and start url in webapp manifest

* Shrink feed url size

* Remove emoji from page title
2024-06-19 14:43:01 -06:00

15 lines
354 B
JSON

{
"name": "Carter's RSS Feeds",
"short_name": "Carter's RSS Feeds",
"start_url": "/",
"display": "standalone",
"background_color": "#FCF5E4",
"theme_color": "#FCF5E4",
"description": "Updates from RSS feeds that Carter likes",
"id": "/",
"icons": [{
"sizes": "any",
"src": "news-emoji.svg",
"type": "image/svg+xml"
}]
}