{
  "name": "Titan Connect V4.7 | Ultimate Edition",
  "short_name": "Titan",
  "description": "Secure P2P Communication Protocol with Ghost Mode & High Encryption.",
  "id": "/titan-connect-v4",
  "start_url": "./index.html",
  "scope": "/", 
  "display": "standalone",
  "display_override": ["window-controls-overlay", "minimal-ui"],
  "background_color": "#0a0b0e",
  "theme_color": "#0a0b0e", 
  "orientation": "portrait-primary",
  "gcm_sender_id": "103953800507",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Ghost Mode",
      "short_name": "Ghost",
      "description": "Enter Anonymous Mode Directly",
      "url": "./index.html?mode=ghost",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Secure Vault",
      "short_name": "Vault",
      "description": "Access Encrypted Notes",
      "url": "./index.html?action=vault",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    }
  ],
  "share_target": {
    "action": "./index.html",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
