{
  "name": "REAP Integrity - Life Operating System",
  "short_name": "REAP Integrity",
  "description": "The Life Operating System for dreamers and doers. Your goals, routines, relationships, and day—one system so life actually moves forward.",
  "start_url": "/integrity-app",
  "display": "standalone",
  "background_color": "#101616",
  "theme_color": "#0d9488",
  "orientation": "portrait-primary",
  "scope": "/",
  "id": "/",
  "categories": ["productivity", "lifestyle", "health"],
  "lang": "en-US",
  "dir": "ltr",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192", 
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png", 
      "sizes": "512x512",
      "type": "image/png", 
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "url": "/integrity-app.php", 
      "description": "Main app suite dashboard"
    },
    {
      "name": "Add Task", 
      "url": "/tasks-app/",
      "description": "Add a new task or commitment"
    },
    {
      "name": "Workouts", 
      "url": "/workouts-app/",
      "description": "Start a workout session"
    },
    {
      "name": "4A Process",
      "url": "/4a-vision-app/", 
      "description": "Quick 4A reflection session"
    }
  ]
}