{
  "name": "ContentFlow - AI Content Generator",
  "short_name": "ContentFlow",
  "description": "Turn one blog post into 9 social media contents with AI. Support Twitter, Facebook, LinkedIn, Naver, Kakao and more.",
  "start_url": "/app",
  "scope": "/",
  "display": "standalone",
  "background_color": "#09090b",
  "theme_color": "#00d4ff",
  "orientation": "portrait-primary",
  "categories": ["productivity", "social"],
  "shortcuts": [
    {
      "name": "Create Content",
      "short_name": "Create",
      "url": "/app",
      "icons": [{ "src": "/icon.svg", "sizes": "any" }]
    },
    {
      "name": "View History",
      "short_name": "History",
      "url": "/app/history",
      "icons": [{ "src": "/icon.svg", "sizes": "any" }]
    },
    {
      "name": "Connect Accounts",
      "short_name": "Connect",
      "url": "/app/connections",
      "icons": [{ "src": "/icon.svg", "sizes": "any" }]
    }
  ],
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ]
}
