Permissions that allow you to use methods :
"permissions": [
// Account and currencies
"account.list",
"account.receive",
"account.request",
"currency.list",
// Device permissions
"device.close",
"device.exchange",
"device.transport",
// Transaction
"message.sign",
"transaction.sign",
"transaction.signAndBroadcast",
// Wallet Info
"wallet.capabilities",
"wallet.info",
"wallet.userId"
],