{
  "name": "Vyrable — AI Content Platform",
  "short_name": "Vyrable",
  "description": "Your AI-powered marketing department. Create standout content that grows your audience.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "browser"],
  "orientation": "any",
  "theme_color": "#7C3AED",
  "background_color": "#09090b",
  "lang": "en-GB",
  "dir": "ltr",
  "categories": ["business", "productivity", "social"],
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "monochrome"
    }
  ],
  "shortcuts": [
    {
      "name": "New content",
      "short_name": "New",
      "description": "Generate a new piece of content",
      "url": "/dashboard/content/new"
    },
    {
      "name": "Review inbox",
      "short_name": "Review",
      "description": "Content pending your approval",
      "url": "/dashboard/content?status=PENDING_REVIEW"
    },
    {
      "name": "Analytics",
      "short_name": "Analytics",
      "description": "Engagement and performance",
      "url": "/dashboard/analytics"
    },
    {
      "name": "Content Radar",
      "short_name": "Radar",
      "description": "Trending topics and feeds",
      "url": "/dashboard/feeds"
    }
  ],
  "share_target": {
    "action": "/dashboard/share",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "protocol_handlers": [
    {
      "protocol": "web+vyrable",
      "url": "/dashboard/share?url=%s"
    }
  ],
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "screenshots": [],
  "prefer_related_applications": false
}
