{
  "name": "Pracharly - Social Media Manager",
  "short_name": "Pracharly",
  "description": "One-stop PR & Social Media Platform for planning, creating, approving, and publishing content",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0A0D12",
  "theme_color": "#38BDF8",
  "orientation": "portrait-primary",
  "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"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-mobile.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/screenshot-desktop.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "categories": ["productivity", "business", "social"],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "media",
          "accept": ["image/*", "video/*"]
        }
      ]
    }
  },
  "shortcuts": [
    {
      "name": "New Post",
      "short_name": "Compose",
      "description": "Create a new social media post",
      "url": "/composer",
      "icons": [
        {
          "src": "/icon-compose.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Calendar",
      "short_name": "Calendar",
      "description": "View content calendar",
      "url": "/calendar",
      "icons": [
        {
          "src": "/icon-calendar.png",
          "sizes": "96x96"
        }
      ]
    }
  ]
}
