{
  "id": "/",
  "name": "Rooted Movement App",
  "short_name": "Rooted Portal",
  "description": "Student portal and admin app for Rooted Movement Pilates teacher training.",
  "start_url": "/portal?source=pwa",
  "scope": "/",
  "display": "standalone",
  "background_color": "#F0EBE0",
  "theme_color": "#2D1F14",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/pwa/icon-192.png",
      "type": "image/png",
      "sizes": "192x192"
    },
    {
      "src": "/pwa/icon-512.png",
      "type": "image/png",
      "sizes": "512x512"
    },
    {
      "src": "/pwa/icon-maskable-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Continue Study",
      "url": "/portal/curriculum",
      "description": "Continue your online study."
    },
    {
      "name": "Logbook",
      "url": "/portal/logbook_entries",
      "description": "Update your training logbook."
    },
    {
      "name": "Admin",
      "url": "/admin",
      "description": "Open the Rooted Movement admin area."
    },
    {
      "name": "Add Lead",
      "url": "/admin/crm/new?source=manual&pwa=1",
      "description": "Capture a new CRM lead from IG, WhatsApp, or referral."
    }
  ]
}
