diff --git a/wallet.schema.json b/wallet.schema.json index 419ac29..dcd303d 100644 --- a/wallet.schema.json +++ b/wallet.schema.json @@ -160,7 +160,8 @@ } } } - } + }, + "additionalProperties": false }, "mobile": { "type": "object", @@ -168,7 +169,7 @@ "android": { "type": "object", "properties": { - "packageName": { + "package_name": { "type": "string", "description": "The package name for your Android standalone app. You make it up, but it needs to be unique on the Play Store. See this [StackOverflow question](https://stackoverflow.com/questions/6273892/android-package-name-convention)." }, @@ -176,7 +177,7 @@ "type": "string", "description": "Custom schema that provide a way to reference resources inside an app, documented [here](https://developer.android.com/training/app-links/deep-linking)." }, - "universalSchema": { + "universal_schema": { "type": "string", "description": "Universal schema for universal deeplink that provide a way to reference resources inside an app, documented [here](https://developer.android.com/training/app-links)." } @@ -185,7 +186,7 @@ "ios": { "type": "object", "properties": { - "bundleIdentifier": { + "bundle_identifier": { "type": "string", "description": "The bundle identifier for your iOS standalone app. You make it up, but it needs to be unique on the App Store. See this [StackOverflow question](https://stackoverflow.com/questions/11347470/what-does-bundle-identifier-mean-in-an-ios-project)." }, @@ -193,13 +194,14 @@ "type": "string", "description": "Custom URL schemes provide a way to reference resources inside an app, documented [here](https://developer.apple.com/documentation/xcode/defining-a-custom-url-scheme-for-your-app)." }, - "universalSchema": { + "universal_schema": { "type": "string", "description": "Universal schema for universal deeplink that provide a way to reference resources inside an app, documented [here](https://developer.apple.com/ios/universal-links/)." } } } - } + }, + "additionalProperties": false } }, "additionalProperties": false, diff --git a/wallets/cosmostationmobile/wallet.json b/wallets/cosmostationmobile/wallet.json index 547a8d1..7cfc5c9 100644 --- a/wallets/cosmostationmobile/wallet.json +++ b/wallets/cosmostationmobile/wallet.json @@ -85,5 +85,13 @@ }, "layout": "logomark" } - ] + ], + "mobile": { + "ios": { + "bundle_identifier": "io.wannabit.cosmostation" + }, + "android": { + "package_name": "wannabit.io.cosmostaion" + } + } } diff --git a/wallets/keplrmobile/wallet.json b/wallets/keplrmobile/wallet.json index d0d138f..eb9633d 100644 --- a/wallets/keplrmobile/wallet.json +++ b/wallets/keplrmobile/wallet.json @@ -91,5 +91,23 @@ }, "layout": "logomark" } - ] + ], + "wallet_connect": { + "deeplink": { + "path": { + "android": "wcV2", + "ios": "wcV2" + } + } + }, + "mobile": { + "ios": { + "bundle_identifier": "com.chainapsis.keplrwallet", + "schema": "keplrwallet" + }, + "android": { + "package_name": "com.chainapsis.keplr", + "schema": "keplrwallet" + } + } } diff --git a/wallets/leapmobile/wallet.json b/wallets/leapmobile/wallet.json index 5b7f212..7b094a5 100644 --- a/wallets/leapmobile/wallet.json +++ b/wallets/leapmobile/wallet.json @@ -57,5 +57,23 @@ }, "layout": "logomark" } - ] + ], + "wallet_connect": { + "deeplink": { + "path": { + "android": "wcV2", + "ios": "wcV2" + } + } + }, + "mobile": { + "ios": { + "bundle_identifier": "com.LeapCosmosWallet", + "schema": "leapcosmos" + }, + "android": { + "package_name": "io.leapwallet.cosmos", + "schema": "leapcosmos" + } + } } diff --git a/wallets/trustwalletmobile/wallet.json b/wallets/trustwalletmobile/wallet.json index b8156b1..97fe6a4 100644 --- a/wallets/trustwalletmobile/wallet.json +++ b/wallets/trustwalletmobile/wallet.json @@ -50,5 +50,13 @@ "layout": "logo", "text_position": "top" } - ] + ], + "mobile": { + "ios": { + "bundle_identifier": "com.sixdays.trust" + }, + "android": { + "package_name": "com.wallet.crypto.trustapp" + } + } }