patrickulrich.com/public/manifest.webmanifest
saulteafarmer 241e2f7a7b
Some checks failed
Deploy to GitHub Pages / deploy (push) Has been cancelled
Test / test (push) Has been cancelled
Comprehensive site update with livestream functionality and Nostr improvements
- Implemented complete livestream functionality with HLS video player and real-time chat
- Added NIP-17 compliant private messaging with kind 14 messages and NIP-44 encryption
- Enhanced markdown rendering for blog posts with syntax highlighting and improved formatting
- Added NIP-05 identity verification configuration for patrickulrich.com
- Reorganized homepage layout with recent activity above projects section
- Created comprehensive media sections for blog posts, photos, and videos
- Improved UI components with proper TypeScript types and error handling
- Added relay preferences discovery for optimized message delivery
- Enhanced authentication flow with login modal integration
- Updated styling and layout for better user experience

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-27 13:10:56 -04:00

24 lines
583 B
JSON

{
"name": "Patrick Ulrich",
"short_name": "Patrick",
"description": "COO at Lexington Bitcoin Consulting. Building on Nostr, empowering digital sovereignty.",
"start_url": "/",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#ffa500",
"orientation": "portrait-primary",
"icons": [
{
"src": "/icon-192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "/icon-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
}
]
}