Files
verse-quote-app/public/manifest.json
T
exe.dev user 0a18c774a5
CI / build (push) Successful in 4m26s
Build Verse: a poem-quote app on the agent-native chat template
Adds a Postgres-backed quotes domain (poems/quotes/favorites) exposed as
five agent-native actions (list-quotes, get-random-quote, create-quote,
toggle-favorite, list-favorites) callable from both chat and the React UI
via useActionQuery/useActionMutation. Moves the primary UI from chat to a
mobile-first Quotes/Favorites experience (chat moves to /chat), adds
manual OpenTelemetry instrumentation exporting traces/metrics/logs over
OTLP, and wires a local Docker Postgres for shared state.
2026-07-25 17:42:04 +00:00

22 lines
457 B
JSON

{
"name": "Verse",
"short_name": "Verse",
"description": "Quotes drawn from poems — browse, search, and save your favorites.",
"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"
}
]
}