{
  "name": "ThreadoX - Connect, Share, Create",
  "short_name": "ThreadoX",
  "description": "A modern social media platform for creators and communities. Share posts, connect with others, and discover amazing content.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#000000",
  "orientation": "portrait-primary",
  "lang": "en",
  "id": "threadox-app",
  "icons": [
    {
      "src": "/brand/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/brand/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/brand/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["social", "entertainment", "lifestyle", "productivity"],
  "wallet_compatible": true,
  "web3_enabled": true,
  "blockchain_network": "solana",
  "screenshots": [
    {
      "src": "/screens/home.webp",
      "sizes": "1470x745",
      "type": "image/webp",
      "form_factor": "wide",
      "label": "The ThreadoX home feed, composer and trending panel"
    }
  ],
  "prefer_related_applications": false,
  "related_applications": [],
  "display_override": ["standalone", "minimal-ui"],
  "edge_side_panel": {
    "preferred_width": 480
  },
  "launch_handler": {
    "client_mode": "navigate-existing"
  }
}