Skip to content

Commit

Permalink
chore: add ll example manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeday committed Aug 12, 2024
1 parent 21d1c90 commit f1edd89
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions apps/demo-react/ledger_live_example_manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"id": "rkdemo",
"name": "Reef Knot DemoApp",
"url": "https://dapp-browser.apps.ledger.com",
"params": {
"dappUrl": "https://lidofinance.github.io/reef-knot?embed=true",
"nanoApp": "Lido",
"dappName": "RK Demo",
"networks": [
{
"currency": "ethereum",
"chainID": 1,
"nodeURL": "https://rpc.ankr.com/eth"
},
{
"currency": "ethereum_holesky",
"chainID": 17000,
"nodeURL": "https://ethereum-holesky-rpc.publicnode.com"
}
]
},
"homepageUrl": "https://lidofinance.github.io/reef-knot",
"icon": "https://cdn.live.ledger.com/icons/platform/lido.png",
"platforms": ["android", "ios", "desktop"],
"apiVersion": "^1.0.0 || ~0.0.1",
"manifestVersion": "1",
"branch": "stable",
"categories": ["stake/earn/manage"],
"currencies": ["ethereum"],
"content": {
"shortDescription": {
"en": "Reef Knot Demo app"
},
"description": {
"en": "Reef Knot Demo app"
}
},
"permissions": [],
"domains": ["https://dapp-browser.apps.ledger.com", "https://lidofinance.github.io/"],
"visibility": "complete"
}

0 comments on commit f1edd89

Please sign in to comment.