{
  "name": "PointWiseSystem",
  "short_name": "PointWiseSystem",
  "description": "Task and reward tracking for families, classrooms, and teams. Tasks done. Habits built. Goals achieved.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#667eea",
  "theme_color": "#667eea",
  "orientation": "any",
  "icons": [
    {
      "src": "/static/favicon.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/static/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    },
    {
      "src": "/static/pwa-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/pwa-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Earner Login",
      "short_name": "Earner",
      "description": "Quick access for earners to log in with their PIN",
      "url": "/earner-login",
      "icons": [{"src": "/static/pwa-icon-192.png", "sizes": "192x192"}]
    },
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Go to your main dashboard",
      "url": "/dashboard",
      "icons": [{"src": "/static/pwa-icon-192.png", "sizes": "192x192"}]
    }
  ],
  "categories": ["lifestyle", "education", "productivity"],
  "screenshots": [
    {
      "src": "/static/screenshot-homepage.png",
      "sizes": "1320x2868",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Homepage - Tasks Done. Habits Built. Goals Achieved."
    },
    {
      "src": "/static/screenshot-family-dashboard.png",
      "sizes": "1320x2868",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Dashboard - Track tasks and points"
    },
    {
      "src": "/static/screenshot-habits-dashboard.png",
      "sizes": "1320x2868",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Habits Dashboard - Build daily habits with streaks"
    },
    {
      "src": "/static/screenshot-rewards.png",
      "sizes": "1320x2868",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Rewards - Redeem points for meaningful rewards"
    }
  ],
  "prefer_related_applications": false
}
