Files
blackcanyontickets/reactrebuild0825/public/manifest.json
dzinesco aa81eb5adb feat: add advanced analytics and territory management system
- Add comprehensive analytics components with export functionality
- Implement territory management with manager performance tracking
- Add seatmap components for venue layout management
- Create customer management features with modal interface
- Add advanced hooks for dashboard flags and territory data
- Implement seat selection and venue management utilities
- Add type definitions for ticketing and seatmap systems

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-26 09:25:10 -06:00

32 lines
755 B
JSON

{
"name": "BCT Scanner - Black Canyon Tickets",
"short_name": "BCT Scanner",
"description": "Offline-first ticket scanner for Black Canyon Tickets platform",
"start_url": "/scan",
"display": "standalone",
"background_color": "#0f0f23",
"theme_color": "#6366f1",
"orientation": "portrait",
"scope": "/",
"categories": ["business", "productivity", "utilities"],
"lang": "en-US",
"icons": [
{
"src": "/vite.svg",
"sizes": "any",
"type": "image/svg+xml",
"purpose": "any"
}
],
"screenshots": [],
"features": [
"camera",
"offline",
"background-sync",
"vibration"
],
"related_applications": [],
"prefer_related_applications": false,
"edge_side_panel": {},
"shortcuts": []
}