{
  "name": "Sgen AI",
  "short_name": "SGen AI",
  "description": "Your All-in-One AI Marketing Command Center. Generate posts, landing pages, and videos instantly.",
  "id": "/",
  "start_url": "/?source=pwa",
  "display": "standalone",
  "background_color": "#F5F7FA",
  "theme_color": "#1A677B",
  "orientation": "portrait-primary",
  "categories": [
    "productivity",
    "business",
    "social",
    "utilities"
  ],
  "icons": [
    {
      "src": "https://sgen.cc/logo/logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "https://sgen.cc/logo/logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Create Post",
      "short_name": "New Post",
      "description": "Generate a new social media post",
      "url": "/?action=create_post",
      "icons": [
        {
          "src": "https://sgen.cc/logo/logo.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Landing Pages",
      "short_name": "Sites",
      "description": "Manage your landing pages",
      "url": "/?action=landing_pages",
      "icons": [
        {
          "src": "https://sgen.cc/logo/logo.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "screenshots": [],
  "launch_handler": {
    "client_mode": "navigate-existing"
  }
}