{
  "name": "Project Management System",
  "short_name": "PMS",
  "description": "Software Development Project Management System with Role-based Access Control",
  "start_url": "/index.php",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#0d6efd",
  "orientation": "portrait-primary",
  "categories": ["productivity", "business"],
  "lang": "en",
  "scope": "/",
  "icons": [
    {
      "src": "/placeholder.svg?height=72&width=72",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/placeholder.svg?height=96&width=96",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/placeholder.svg?height=128&width=128",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/placeholder.svg?height=144&width=144",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/placeholder.svg?height=152&width=152",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/placeholder.svg?height=192&width=192",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/placeholder.svg?height=384&width=384",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/placeholder.svg?height=512&width=512",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/placeholder.svg?height=640&width=360",
      "sizes": "360x640",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/placeholder.svg?height=800&width=1280",
      "sizes": "1280x800",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View project dashboard",
      "url": "/dashboard.php",
      "icons": [
        {
          "src": "/placeholder.svg?height=96&width=96",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "My Tasks",
      "short_name": "Tasks",
      "description": "View my assigned tasks",
      "url": "/my-tasks.php",
      "icons": [
        {
          "src": "/placeholder.svg?height=96&width=96",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Daily Status",
      "short_name": "Status",
      "description": "Submit daily status",
      "url": "/daily-status.php",
      "icons": [
        {
          "src": "/placeholder.svg?height=96&width=96",
          "sizes": "96x96"
        }
      ]
    }
  ]
}
