{
  "name": "VibeLink 0372®",
  "short_name": "VibeLink0372",
  "description": "Where the World Vibe Starts - Complete Social Media Platform",
  "start_url": "/VibeLink-0372/",
  "scope": "/VibeLink-0372/",
  "display": "standalone",
  "background_color": "#0D0D0D",
  "theme_color": "#FF5A1F",
  "orientation": "portrait-primary",
  "categories": ["social", "entertainment", "business", "productivity", "utilities"],
  "lang": "en-US",
  "dir": "ltr",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "assets/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "assets/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "assets/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "assets/screenshots/screenshot1.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "VibeLink 0372 Home Dashboard"
    },
    {
      "src": "assets/screenshots/screenshot2.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "VibeWall Feed with Real-time Posts"
    },
    {
      "src": "assets/screenshots/screenshot3.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "VibeChat Messaging Interface"
    },
    {
      "src": "assets/screenshots/screenshot4.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "VibeLink Desktop Experience"
    }
  ],
  "shortcuts": [
    {
      "name": "New Post",
      "short_name": "Post",
      "description": "Create a new VibeWall post",
      "url": "/VibeLink-0372/#feed",
      "icons": [
        {
          "src": "assets/shortcuts/post.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "VibeChat",
      "short_name": "Chat",
      "description": "Open messaging interface",
      "url": "/VibeLink-0372/#chat",
      "icons": [
        {
          "src": "assets/shortcuts/chat.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "VibeWallet",
      "short_name": "Wallet",
      "description": "Check balance and transactions",
      "url": "/VibeLink-0372/#wallet",
      "icons": [
        {
          "src": "assets/shortcuts/wallet.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Live Stream",
      "short_name": "Stream",
      "description": "Start a live broadcast",
      "url": "/VibeLink-0372/#streams",
      "icons": [
        {
          "src": "assets/shortcuts/stream.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Marketplace",
      "short_name": "Shop",
      "description": "Browse marketplace items",
      "url": "/VibeLink-0372/#marketplace",
      "icons": [
        {
          "src": "assets/shortcuts/marketplace.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ],
  "related_applications": [],
  "edge_side_panel": {
    "preferred_width": 400
  },
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "handle_links": "preferred",
  "protocol_handlers": [
    {
      "protocol": "web+vibelink",
      "url": "/VibeLink-0372/?uri=%s"
    }
  ],
  "share_target": {
    "action": "/VibeLink-0372/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "images",
          "accept": ["image/*"]
        },
        {
          "name": "videos",
          "accept": ["video/*"]
        },
        {
          "name": "audio",
          "accept": ["audio/*"]
        }
      ]
    }
  },
  "file_handlers": [
    {
      "action": "/VibeLink-0372/upload",
      "accept": {
        "image/*": [".jpg", ".jpeg", ".png", ".gif", ".webp"],
        "video/*": [".mp4", ".mov", ".avi", ".webm"],
        "audio/*": [".mp3", ".wav", ".ogg", ".m4a"]
      }
    }
  ],
  "display_override": ["window-controls-overlay", "minimal-ui"],
  "window-controls-overlay": {
    "title": "VibeLink 0372®"
  }
}