{
  "name": "PAL - Live Streaming & Crypto",
  "short_name": "PAL",
  "description": "Stream live, earn crypto rewards, and join the decentralized creator economy. Your phone powers the network.",
  "version": "1.0.0",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#8B5CF6",
  "background_color": "#000000",
  "categories": ["social", "entertainment", "finance"],
  "lang": "en-US",
  "dir": "ltr",
  
  "icons": [
    {
      "src": "/icons/icon-192x192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  
  "shortcuts": [
    {
      "name": "Go Live",
      "short_name": "Live",
      "description": "Start live streaming and earn PAL",
      "url": "/live-stream",
      "icons": [
        {
          "src": "/icons/icon-192x192.svg",
          "sizes": "192x192",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "View Wallet",
      "short_name": "Wallet",
      "description": "Check your PAL balance and transactions",
      "url": "/wallet-dashboard",
      "icons": [
        {
          "src": "/icons/icon-192x192.svg",
          "sizes": "192x192",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "For You Feed",
      "short_name": "Feed",
      "description": "Discover live streams and creators",
      "url": "/for-you",
      "icons": [
        {
          "src": "/icons/icon-192x192.svg",
          "sizes": "192x192",
          "type": "image/svg+xml"
        }
      ]
    }
  ],
  
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "media",
          "accept": ["image/*", "video/*"]
        }
      ]
    }
  },
  
  "protocol_handlers": [
    {
      "protocol": "pal",
      "url": "/wallet?address=%s"
    }
  ],
  
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  },
  
  "prefer_related_applications": false
}
