We're introducing enhanced verification features to provide users with better transparency and trust indicators. Rollout to wallets is starting — please review your manifests to ensure optimal user experience.
👥 What changed
• Your app's hosting domain should match the domain specified in your manifest.json → url parameter
• No SDK changes required, existing integrations continue working
• Feature is being deployed to wallets progressively
🗒 What to test
• Domain alignment: ensure your app domain matches the domain in manifest.json url parameter. Typical issue: url parameter contains different domain than app hosting domain.
• Manifest accessibility: verify your manifest.json is accessible. Typical issues: CORS issues, manifest not found.
🔨 Examples
👍 Correct:
App hosted on: https://myapp.ton.org
manifest.json: { "url": "https://myapp.ton.org", ... }
👎 Incorrect:
App hosted on: https://myapp.ton.org
manifest.json: { "url": "https://another.myapp.ton.org", ... }
🔗 Specification https://github.com/ton-blockchain/ton-connect/pull/91
💬 Have suggestions on the standard? Please contribute at https://github.com/ton-blockchain/ton-connect/pull/91
❤ Your feedback helps us improve the TON Connect ecosystem!