{
  "name": "Land Go",
  "short_name": "LandGo",
  "description": "Hacker's survival toolkit for backpackers lost in Chongqing's 8D maze",
  "start_url": "/",
  "display": "fullscreen",
  "display_override": ["fullscreen", "standalone", "minimal-ui"],
  "orientation": "portrait",
  "theme_color": "#0a0a0f",
  "background_color": "#0a0a0f",
  "categories": ["navigation", "travel", "utilities"],
  "lang": "en",
  "dir": "ltr",
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22 fill=%22%2300ff41%22>🎯</text></svg>",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22 fill=%22%2300ff41%22>🎯</text></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22 fill=%22%2300ff41%22>🎯</text></svg>",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Navigate to Hongya Cave",
      "short_name": "Hongya",
      "description": "Direct navigation to Hongya Cave",
      "url": "/?landmark=hongya",
      "icons": [{
        "src": "data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22 fill=%22%23bc13fe%22>🏮</text></svg>",
        "sizes": "96x96"
      }]
    },
    {
      "name": "Emergency Translation",
      "short_name": "Translate",
      "description": "Show emergency phrases",
      "url": "/?phrases=emergency",
      "icons": [{
        "src": "data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22 fill=%22%23bc13fe%22>🔊</text></svg>",
        "sizes": "96x96"
      }]
    }
  ],
  "screenshots": [
    {
      "src": "https://via.placeholder.com/540x720/0a0a0f/00ff41?text=Land+Go+Login",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Login screen with magic link"
    },
    {
      "src": "https://via.placeholder.com/540x720/0a0a0f/bc13fe?text=Anti-Maze+Navigator",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Landmark navigation buttons"
    }
  ],
  "edge_side_panel": {
    "preferred_width": 400
  },
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "handle_links": "preferred",
  "protocol_handlers": [
    {
      "protocol": "web+landgo",
      "url": "/?action=%s"
    }
  ],
  "related_applications": []
}
