{
  "short_name": "Tellcrypt",
  "name": "Tellcrypt - Traditional Card Games",
  "description": "Play traditional William Tell card games like Raub, Sedma, and Pharaon online with friends. Compete, chat, and enjoy the classic card game experience with HyperCoin cryptocurrency mining and betting.",
  "icons": [
    {
      "src": "logo.png",
      "type": "image/png",
      "sizes": "64x64",
      "purpose": "any"
    },
    {
      "src": "logo.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any maskable"
    },
    {
      "src": "logo.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any maskable"
    }
  ],
  "start_url": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "theme_color": "#4CAF50",
  "background_color": "#1a1a1a",
  "orientation": "landscape-primary",
  "scope": "/",
  "id": "tellcrypt-card-games",
  "categories": ["games", "entertainment", "social", "cards"],
  "lang": "en",
  "dir": "ltr",
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 400
  },
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "protocol_handlers": [
    {
      "protocol": "web+tellcrypt",
      "url": "/game?invite=%s"
    }
  ],
  "screenshots": [
    {
      "src": "logo.png",
      "type": "image/png",
      "sizes": "1920x1080",
      "form_factor": "wide",
      "label": "Tellcrypt Dashboard - Desktop View"
    },
    {
      "src": "logo.png", 
      "type": "image/png",
      "sizes": "750x1334",
      "form_factor": "narrow",
      "label": "Tellcrypt Mobile Game View"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Go to main dashboard",
      "url": "/dashboard",
      "icons": [
        {
          "src": "logo.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Friends",
      "short_name": "Friends",
      "description": "Chat with friends and see who's online",
      "url": "/friends",
      "icons": [
        {
          "src": "logo.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Create Game",
      "short_name": "New Game",
      "description": "Start a new card game",
      "url": "/dashboard?action=create",
      "icons": [
        {
          "src": "logo.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "file_handlers": [
    {
      "action": "/game",
      "accept": {
        "application/json": [".tellcrypt"]
      }
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
} 