{
  "name": "TrizLink - URL Shortener, Link-in-Bio & Analytics Platform",
  "short_name": "TrizLink",
  "description": "Transform your links with TrizLink. Create shortened URLs, manage link-in-bio pages, generate QR codes, and track detailed analytics. Perfect for social media, marketing, and brand management.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#3b82f6",
  "orientation": "portrait-primary",
  "scope": "/",
  "categories": [
    "productivity",
    "business"
  ],
  "icons": [
    {
      "src": "/icons/icon-48.webp",
      "type": "image/webp",
      "sizes": "48x48",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-72.webp",
      "type": "image/webp",
      "sizes": "72x72",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-96.webp",
      "type": "image/webp",
      "sizes": "96x96",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-128.webp",
      "type": "image/webp",
      "sizes": "128x128",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-192.webp",
      "type": "image/webp",
      "sizes": "192x192",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-256.webp",
      "type": "image/webp",
      "sizes": "256x256",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.webp",
      "type": "image/webp",
      "sizes": "512x512",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "View Dashboard",
      "short_name": "Dashboard",
      "description": "Access your links dashboard and analytics",
      "url": "/dashboard",
      "icons": [
        {
          "src": "/icons/icon-192.webp",
          "sizes": "192x192",
          "type": "image/webp"
        }
      ]
    },
    {
      "name": "Manage Bio Links",
      "short_name": "Bio Links",
      "description": "Edit and manage your link-in-bio page",
      "url": "/dashboard/bio",
      "icons": [
        {
          "src": "/icons/icon-192.webp",
          "sizes": "192x192",
          "type": "image/webp"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "prefer_related_applications": false,
  "keywords": [
    "URL shortener",
    "link-in-bio",
    "QR code generator",
    "link analytics",
    "social media tool",
    "short links",
    "URL tracking",
    "bio links",
    "link management",
    "marketing analytics"
  ]
}
