Files

22 lines
457 B
JSON
Raw Permalink Normal View History

2026-07-25 17:10:38 +00:00
{
"name": "Verse",
"short_name": "Verse",
"description": "Quotes drawn from poems — browse, search, and save your favorites.",
2026-07-25 17:10:38 +00:00
"start_url": ".",
"display": "standalone",
"background_color": "#111111",
"theme_color": "#18181B",
"icons": [
{
"src": "icon-192.svg",
"sizes": "192x192",
"type": "image/svg+xml"
},
{
"src": "icon-512.svg",
"sizes": "512x512",
"type": "image/svg+xml"
}
]
}