{
  "name": "Creozel - AI Content Creation Platform",
  "short_name": "Creozel",
  "description": "AI-powered content creation and social media management platform",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#3FE0A5",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/vite.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/vite.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["productivity", "business", "social"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Create Content",
      "short_name": "Create",
      "description": "Quick access to content creation",
      "url": "/content",
      "icons": [{ "src": "/vite.svg", "sizes": "any" }]
    },
    {
      "name": "Analytics",
      "short_name": "Analytics",
      "description": "View your analytics dashboard",
      "url": "/analytics",
      "icons": [{ "src": "/vite.svg", "sizes": "any" }]
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "media",
          "accept": ["image/*", "video/*"]
        }
      ]
    }
  }
}

