Skip to content

Commit

Permalink
Fix an issue for prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
kkosiorowska committed Nov 24, 2023
1 parent 30c5530 commit d866e8f
Showing 1 changed file with 4 additions and 15 deletions.
19 changes: 4 additions & 15 deletions dapp/manifest-ledger-live-app.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,8 @@
"apiVersion": "2.0.0",
"manifestVersion": "1",
"branch": "stable",
"categories": [
"buy"
],
"currencies": [
"bitcoin",
"bitcoin_testnet",
"ethereum",
"ethereum_goerli"
],
"categories": ["buy"],
"currencies": ["bitcoin", "bitcoin_testnet", "ethereum", "ethereum_goerli"],
"content": {
"shortDescription": {
"en": "Bitcoin Liquid Staking"
Expand All @@ -25,10 +18,6 @@
"en": "Bitcoin Liquid Staking"
}
},
"permissions": [
"account.request"
],
"domains": [
"http://*"
]
"permissions": ["account.request"],
"domains": ["http://*"]
}

0 comments on commit d866e8f

Please sign in to comment.