bubo-rss/public/manifest.json
Carter McBride 5f27f8a16e
Update the UI (#10)
* Move the emoji

* Convert to a grid layout

* Ellipsize the feed urls

* Add link to source on GitHub

* Always be updating the relative time of the feed

* Make "recent" within the last 8 hours

* Sort the feeds alphabetically
2024-06-21 16:05:49 -06:00

18 lines
360 B
JSON

{
"name": "Carter's RSS Feeds",
"short_name": "Carter's RSS Feeds",
"start_url": ".",
"scope": ".",
"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"
}
]
}