* 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
15 lines
354 B
JSON
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"
|
|
}]
|
|
}
|