- Add authentication with NextAuth v5 (credentials + email verification) - Implement dashboard with glycemia tracking and AI analysis - Add PDF report generation for Premium users - Implement Stripe integration for Premium subscriptions - Add responsive UI with Tailwind CSS and shadcn components - Database schema with Prisma ORM and PostgreSQL support - Real-time glycemia visualization with Recharts - Mobile-optimized entry form - User profile management with medical information - Subscription lifecycle management (create, cancel, webhook) - Email notifications with Resend - Feature gates for Free vs Premium plans Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
20 lines
453 B
JSON
20 lines
453 B
JSON
{
|
|
"name": "Diabetix — Suivi de glycémie",
|
|
"short_name": "Diabetix",
|
|
"description": "Suivi quotidien du diabète avec tableau de bord et tendances.",
|
|
"start_url": "/",
|
|
"display": "standalone",
|
|
"orientation": "portrait",
|
|
"background_color": "#f8fafc",
|
|
"theme_color": "#0f766e",
|
|
"lang": "fr",
|
|
"icons": [
|
|
{
|
|
"src": "/icon.svg",
|
|
"sizes": "any",
|
|
"type": "image/svg+xml",
|
|
"purpose": "any maskable"
|
|
}
|
|
]
|
|
}
|