{
  "name": "yLnk - Free URL Shortener",
  "short_name": "yLnk",
  "description": "Free URL Shortener with Analytics for Content Creators. Perfect for Instagram bio links, YouTube, TikTok, and Twitter posts.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0f172a",
  "theme_color": "#3b82f6",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["utilities", "productivity", "social"],
  "icons": [
    {
      "src": "https://cdn.ylnk.cc/assets/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "https://cdn.ylnk.cc/assets/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "https://cdn.ylnk.cc/assets/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "https://cdn.ylnk.cc/assets/favicon-32x32.png",
      "sizes": "32x32",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "https://cdn.ylnk.cc/assets/favicon-16x16.png",
      "sizes": "16x16",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "https://cdn.ylnk.cc/assets/favicon.ico",
      "sizes": "16x16 32x32 48x48",
      "type": "image/x-icon",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Shorten URL",
      "short_name": "Shorten",
      "description": "Quickly shorten a new URL",
      "url": "/app/advance-short-link",
      "icons": [
        {
          "src": "https://cdn.ylnk.cc/assets/favicon-32x32.png",
          "sizes": "32x32"
        }
      ]
    },
    {
      "name": "My Links",
      "short_name": "Dashboard",
      "description": "View your shortened links",
      "url": "/app/dashboard",
      "icons": [
        {
          "src": "https://cdn.ylnk.cc/assets/favicon-32x32.png",
          "sizes": "32x32"
        }
      ]
    },
    {
      "name": "Advanced Features",
      "short_name": "Advanced",
      "description": "Access advanced shortening features",
      "url": "/app/advance-short-link",
      "icons": [
        {
          "src": "https://cdn.ylnk.cc/assets/favicon-32x32.png",
          "sizes": "32x32"
        }
      ]
    },
    {
      "name": "LinkFolio",
      "short_name": "LinkFolio",
      "description": "Create your LinkInBio page",
      "url": "/app/link-folio",
      "icons": [
        {
          "src": "https://cdn.ylnk.cc/assets/favicon-32x32.png",
          "sizes": "32x32"
        }
      ]
    }
  ],
  "prefer_related_applications": false,
  "capture_links": "existing-client-navigate",
  "launch_handler": {
    "client_mode": "focus-existing"
  }
}
