{
  "name": "extort.bio - Link-in-bio for creators",
  "short_name": "extort.bio",
  "description": "Beautiful, customizable profile pages with Discord presence, analytics, and media hosting.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0c0c0e",
  "theme_color": "#e11d48",
  "orientation": "portrait-primary",
  "scope": "/",
  "icons": [
    {
      "src": "/extort-logo-new.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/extort-logo-new.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/extort-logo-new.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["social", "productivity", "utilities"],
  "screenshots": [
    {
      "src": "/extort-logo-new.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Go to dashboard",
      "url": "/dashboard/overview",
      "icons": [
        {
          "src": "/extort-logo-new.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Customize",
      "short_name": "Customize",
      "description": "Customize your profile",
      "url": "/dashboard/customize",
      "icons": [
        {
          "src": "/extort-logo-new.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/dashboard/links",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "prefer_related_applications": false
}
