{
  "name": "EngageMax - Social Media Management Platform",
  "short_name": "EngageMax",
  "description": "Reach.Engage.Succeed with EngageMax - The complete social media management solution for businesses.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#FAFBFC",
  "theme_color": "#1DA1F2",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["business", "productivity", "social"],
  "icons": [
    {
      "src": "/logo-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon.svg",
      "sizes": "32x32",
      "type": "image/svg+xml"
    }
  ],
  "screenshots": [
    {
      "src": "/platform-showcase.svg",
      "sizes": "1200x800",
      "type": "image/svg+xml",
      "form_factor": "wide",
      "label": "EngageMax Dashboard showcasing social media management features"
    }
  ],
  "shortcuts": [
    {
      "name": "Create Post",
      "short_name": "New Post",
      "description": "Create a new social media post",
      "url": "/posts/create",
      "icons": [
        {
          "src": "/logo-icon.svg",
          "sizes": "32x32",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Analytics",
      "short_name": "Analytics",
      "description": "View social media analytics",
      "url": "/analytics",
      "icons": [
        {
          "src": "/logo-icon.svg",
          "sizes": "32x32", 
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Calendar",
      "short_name": "Calendar",
      "description": "View content calendar",
      "url": "/calendar",
      "icons": [
        {
          "src": "/logo-icon.svg",
          "sizes": "32x32",
          "type": "image/svg+xml"
        }
      ]
    }
  ]
}
