mirror of
https://github.com/DIYgod/RSSHub.git
synced 2026-03-13 10:30:18 +08:00
21 lines
432 B
JSON
21 lines
432 B
JSON
{
|
|
"name": "RSSHub",
|
|
"short_name": "RSSHub",
|
|
"icons": [
|
|
{
|
|
"src": "/img/android-chrome-192x192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/img/android-chrome-384x384.png",
|
|
"sizes": "384x384",
|
|
"type": "image/png"
|
|
}
|
|
],
|
|
"theme_color": "#ffffff",
|
|
"background_color": "#ffffff",
|
|
"display": "standalone",
|
|
"start_url": "/"
|
|
}
|