Skip to content

Commit

Permalink
Update Ledger Live manifests
Browse files Browse the repository at this point in the history
We update manifests for Ledger Live to work on Ledger Live Mobile.
The problem was the `domains` field in the manifest was not correctly set.
  • Loading branch information
nkuba committed Nov 21, 2024
1 parent a0812ff commit 414aa4a
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 24 deletions.
11 changes: 5 additions & 6 deletions dapp/manifests/ledger-live/ledger-live-manifest-development.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@
"id": "acre-dev",
"name": "Acre [dev]",
"url": "http://localhost:5173/?embed=ledger-live",
"homepageUrl": "https:/acre.fi/",
"homepageUrl": "https://acre.fi/",
"icon": "http://localhost:5173/acre.svg",
"platforms": "desktop",
"platforms": "all",
"apiVersion": "^2.0.0",
"manifestVersion": "2",
"branch": "stable",
"categories": ["staking"],
"currencies": ["bitcoin", "bitcoin_testnet"],
"content": {
"shortDescription": {
"en": "Bitcoin Liquid Staking"
"en": "Bitcoin Rewards Done Right"
},
"description": {
"en": "Bitcoin Liquid Staking"
"en": "Bitcoin Rewards Done Right"
}
},
"permissions": [
Expand All @@ -27,6 +27,5 @@
"custom.acre.messageSign",
"custom.acre.transactionSignAndBroadcast"
],
"domains": ["http://*"],
"type": "walletApp"
"domains": ["https://"]
}
11 changes: 5 additions & 6 deletions dapp/manifests/ledger-live/ledger-live-manifest-mainnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@
"id": "acre",
"name": "Acre",
"url": "https://bitcoin.acre.fi/?embed=ledger-live",
"homepageUrl": "https:/acre.fi/",
"homepageUrl": "https://acre.fi/",
"icon": "https://bitcoin.acre.fi/acre.svg",
"platforms": "desktop",
"platforms": "all",
"apiVersion": "^2.0.0",
"manifestVersion": "2",
"branch": "stable",
"categories": ["staking"],
"currencies": ["bitcoin", "bitcoin_testnet"],
"content": {
"shortDescription": {
"en": "Bitcoin Liquid Staking"
"en": "Bitcoin Rewards Done Right"
},
"description": {
"en": "Bitcoin Liquid Staking"
"en": "Bitcoin Rewards Done Right"
}
},
"permissions": [
Expand All @@ -27,6 +27,5 @@
"custom.acre.messageSign",
"custom.acre.transactionSignAndBroadcast"
],
"domains": ["http://*"],
"type": "walletApp"
"domains": ["https://"]
}
11 changes: 5 additions & 6 deletions dapp/manifests/ledger-live/ledger-live-manifest-testnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@
"id": "acre-testnet",
"name": "Acre [testnet]",
"url": "https://bitcoin.test.acre.fi/?embed=ledger-live",
"homepageUrl": "https:/acre.fi/",
"homepageUrl": "https://acre.fi/",
"icon": "https://bitcoin.test.acre.fi/acre.svg",
"platforms": "desktop",
"platforms": "all",
"apiVersion": "^2.0.0",
"manifestVersion": "2",
"branch": "stable",
"categories": ["staking"],
"currencies": ["bitcoin", "bitcoin_testnet"],
"content": {
"shortDescription": {
"en": "Bitcoin Liquid Staking"
"en": "Bitcoin Rewards Done Right"
},
"description": {
"en": "Bitcoin Liquid Staking"
"en": "Bitcoin Rewards Done Right"
}
},
"permissions": [
Expand All @@ -27,6 +27,5 @@
"custom.acre.messageSign",
"custom.acre.transactionSignAndBroadcast"
],
"domains": ["http://*"],
"type": "walletApp"
"domains": ["https://"]
}
11 changes: 5 additions & 6 deletions dapp/manifests/ledger-live/ledger-manifest-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@
"id": "{{id}}",
"name": "{{name}}",
"url": "{{{url}}}?embed=ledger-live",
"homepageUrl": "https:/acre.fi/",
"homepageUrl": "https://acre.fi/",
"icon": "{{{url}}}acre.svg",
"platforms": "desktop",
"platforms": "all",
"apiVersion": "^2.0.0",
"manifestVersion": "2",
"branch": "stable",
"categories": ["staking"],
"currencies": ["bitcoin", "bitcoin_testnet"],
"content": {
"shortDescription": {
"en": "Bitcoin Liquid Staking"
"en": "Bitcoin Rewards Done Right"
},
"description": {
"en": "Bitcoin Liquid Staking"
"en": "Bitcoin Rewards Done Right"
}
},
"permissions": [
Expand All @@ -27,6 +27,5 @@
"custom.acre.messageSign",
"custom.acre.transactionSignAndBroadcast"
],
"domains": ["http://*"],
"type": "walletApp"
"domains": ["https://"]
}

0 comments on commit 414aa4a

Please sign in to comment.