{
  "name": "Mangrove Media",
  "short_name": "Mangrove",
  "description": "Social media management platform with AI-powered content creation, scheduling, analytics, and team collaboration.",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#0d1f1c",
  "theme_color": "#0d1f1c",
  "orientation": "any",
  "scope": "/",
  "icons": [
    {
      "src": "/icons/icon-192x192.jpg",
      "sizes": "192x192",
      "type": "image/jpeg",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512.jpg",
      "sizes": "512x512",
      "type": "image/jpeg",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512.jpg",
      "sizes": "512x512",
      "type": "image/jpeg",
      "purpose": "maskable"
    }
  ],
  "categories": ["business", "productivity", "social"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Create Post",
      "short_name": "Create",
      "url": "/dashboard/create",
      "description": "Create a new social media post"
    },
    {
      "name": "Inbox",
      "short_name": "Inbox",
      "url": "/dashboard/inbox",
      "description": "View your inbox messages"
    },
    {
      "name": "Analytics",
      "short_name": "Analytics",
      "url": "/dashboard/analytics",
      "description": "View your analytics"
    }
  ]
}
