{
  "name": "CutWin – URL Shortener & Earnings Platform",
  "short_name": "CutWin",
  "description": "Shorten URLs, track visits, and earn money with CutWin",
  "start_url": "/member/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#007AFF",
  "background_color": "#ffffff",
  "categories": ["business", "finance", "productivity", "utilities"],
  "icons": [
    {
      "src": "/favicon/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    },
    {
      "src": "/favicon/favicon-32x32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/favicon/favicon-16x16.png",
      "sizes": "16x16",
      "type": "image/png"
    }
  ],
  "screenshots": [
    {
      "src": "/img/screenshots/dashboard-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Dashboard - Track your earnings"
    },
    {
      "src": "/img/screenshots/links-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Manage your short links"
    },
    {
      "src": "/img/screenshots/dashboard-desktop.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "CutWin Dashboard on Desktop"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View your statistics and earnings",
      "url": "/member/dashboard",
      "icons": [
        {
          "src": "/favicon/shortcut-dashboard.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "My Links",
      "short_name": "Links",
      "description": "Manage your short links",
      "url": "/member/links",
      "icons": [
        {
          "src": "/favicon/shortcut-links.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Withdraw",
      "short_name": "Withdraw",
      "description": "Withdraw your earnings",
      "url": "/member/withdraws",
      "icons": [
        {
          "src": "/favicon/shortcut-withdraw.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "edge_side_panel": {
    "preferred_width": 400
  }
}