{
  "name": "FreedomPath PWA",
  "short_name": "FreedomPath",
  "description": "A secure, privacy-first, local-first companion for the 12-week Freedom small-group curriculum and retreat.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#090d16",
  "theme_color": "#0d9488",
  "categories": ["lifestyle", "productivity", "education"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Today's Reflection",
      "short_name": "Reflection",
      "description": "Jump to daily curriculum reflection",
      "url": "/?tab=curriculum"
    },
    {
      "name": "Forgiveness Inventory",
      "short_name": "Forgiveness",
      "description": "Open forgiveness & surrender list",
      "url": "/?tab=journal&sub=forgiveness"
    },
    {
      "name": "Conference Scratchpad",
      "short_name": "Conference",
      "description": "Open conference surrender scratchpad",
      "url": "/?tab=conference"
    }
  ]
}
