progresspulse-pwa
Version:
A modern PWA for tracking progress and achieving goals with iPhone-style design
43 lines • 1.09 kB
JSON
{
"name": "ProgressPulse - Smart Progress Tracker",
"short_name": "ProgressPulse",
"description": "Track your progress, achieve your goals, and visualize your journey with powerful analytics.",
"theme_color": "#3B82F6",
"background_color": "#ffffff",
"display": "standalone",
"orientation": "portrait-primary",
"scope": "/",
"start_url": "/",
"categories": ["productivity", "lifestyle", "utilities"],
"prefer_related_applications": false,
"icons": [
{
"src": "/pwa-64x64.png",
"sizes": "64x64",
"type": "image/png"
},
{
"src": "/pwa-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/pwa-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any"
},
{
"src": "/maskable-icon-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
],
"permissions": [
"notifications",
"background-sync",
"push"
],
"gcm_sender_id": "1020367919471"
}