bubo-rss/public/manifest.json
2024-06-19 15:37:12 -06:00

16 lines
370 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"
}]
}