Avery Felts 711b5d838a feat: v1.0 polish - new icon, optimized video, better buttons, and updated messaging
- Replaced app icon with new cleaner design and added PWA cache busting
- Optimized background video for better mobile performance (reduced blur/opacity)
- Increased button touch targets for better mobile accessibility
- Updated Dashboard messages and graph labels to be more supportive/less celebratory of usage
- Updated VersionUpdateModal to include fresh look announcement
2026-02-01 02:31:58 -07:00

29 lines
756 B
JSON

{
"name": "QuitTraq - Track Your Progress",
"short_name": "QuitTraq",
"description": "Track your nicotine and marijuana usage to quit smoking",
"start_url": "/",
"display": "standalone",
"background_color": "#0a0a0f",
"theme_color": "#8b5cf6",
"orientation": "portrait-primary",
"icons": [
{
"src": "/icons/icon-192.png?v=2",
"sizes": "192x192",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "/icons/icon-512.png?v=2",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
}
],
"categories": [
"health",
"lifestyle",
"medical"
]
}