{
  "name": "FanBack - Comment Management for Creators",
  "short_name": "FanBack",
  "description": "Reply to all your fans in one tap. Save hours every week managing social media comments.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0f172a",
  "theme_color": "#6366f1",
  "orientation": "portrait-primary",

  "icons": [
    {
      "src": "/icons/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": [
    "productivity",
    "social"
  ],

  "shortcuts": [
    {
      "name": "Dashboard",
      "url": "/dashboard",
      "description": "View your dashboard",
      "icons": [
        {
          "src": "/icons/android-chrome-192x192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "User Guide",
      "url": "/guide",
      "description": "Master your community",
      "icons": [
        {
          "src": "/icons/android-chrome-512x512.png",
          "sizes": "512x512"
        }
      ]
    }
  ]
}