Files
the-door/manifest.json

38 lines
1.4 KiB
JSON
Raw Normal View History

2026-03-30 21:13:26 +00:00
{
"name": "The Door",
"short_name": "The Door",
"description": "Crisis intervention and support from Timmy. Call or text 988 for immediate help.",
2026-03-30 21:13:26 +00:00
"start_url": "/",
"display": "standalone",
"background_color": "#0d1117",
"theme_color": "#0d1117",
"orientation": "portrait",
"categories": ["health", "medical"],
2026-03-30 21:13:26 +00:00
"icons": [
{
"src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'%3E%3Crect fill='%230d1117' width='192' height='192' rx='24'/%3E%3Ctext x='96' y='120' font-size='80' text-anchor='middle' fill='%23ff6b6b'%3E🚪%3C/text%3E%3C/svg%3E",
2026-03-30 21:13:26 +00:00
"sizes": "192x192",
"type": "image/svg+xml"
2026-03-30 21:13:26 +00:00
},
{
"src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Crect fill='%230d1117' width='512' height='512' rx='48'/%3E%3Ctext x='256' y='320' font-size='220' text-anchor='middle' fill='%23ff6b6b'%3E🚪%3C/text%3E%3C/svg%3E",
2026-03-30 21:13:26 +00:00
"sizes": "512x512",
"type": "image/svg+xml"
}
],
"shortcuts": [
{
"name": "My Safety Plan",
"short_name": "Safety Plan",
"description": "Access your personal crisis safety plan",
"url": "/?safetyplan=true"
},
{
"name": "Call 988 Now",
"short_name": "Call 988",
"description": "Immediate connection to Suicide & Crisis Lifeline",
"url": "tel:988"
2026-03-30 21:13:26 +00:00
}
]
}