{
  "name": "Web3Reg",
  "short_name": "Web3Reg",
  "description": "Your gateway to decentralized identity, social media, banking, and secure messaging. BankSystem • Zpost • Zhat • .MyUrl domains.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#000000",
  
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  
  "scope": "/",
  "orientation": "any",
  
  "categories": ["finance", "social", "blockchain", "utilities"],
  
  "protocol_handlers": [
    {
      "protocol": "web+ethereum",
      "url": "/?uri=%s"
    },
    {
      "protocol": "web+ethereum",
      "url": "/?uri=%s"
    }
  ],
  
  "share_target": {
    "action": "/share",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  
  "shortcuts": [
    {
      "name": "BankSystem",
      "url": "/banksystem"
    },
    {
      "name": "Zpost Social",
      "url": "/zpost"
    },
    {
      "name": "Zhat Messenger",
      "url": "/zhat"
    },
    {
      "name": "ENS Domains",
      "url": "/ens"
    }
  ]
}
