Skip to content

Commit

Permalink
fix: isVeWorldSupported
Browse files Browse the repository at this point in the history
  • Loading branch information
davidecarpini committed Mar 13, 2024
1 parent 501704f commit 6502d0b
Show file tree
Hide file tree
Showing 78 changed files with 688 additions and 187 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ Create a `manifest.json` file includes app details.
- `desc` is **required**.
- `category` is **required**, and must be one of the provided category.
- `tags` is **required**, should be **_an array_** if provided.
- `isVeWorldSupported` is **required**, set this to true if your dApp supports the VeWorld browser extension, enabling its use within the VeWorld mobile wallet. Your dApp will then be listed in the dApp section of the VeWorld mobile discovery.
- `repo` is _optional_, and must be a fully-qualified URL.
- `contracts` is _optional_, should be **_an array_** and **_lower cases_** if provided
- `isVeWorldSupported` is _optional_, set this to true if your dApp supports the VeWorld browser extension, enabling its use within the VeWorld mobile wallet. Your dApp will then be listed in the dApp section of the VeWorld mobile discovery.
- No fields should be left blank.

### Categories
Expand Down
17 changes: 12 additions & 5 deletions apps/art.squadvechain/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
{
"name" : "SQUAD VeChain",
"href" : "https://SquadVechain.Art/" ,
"desc" : "Join the $SQUAD Today, Bringing DeFi & NFTs Closer to each other!",
"name": "SQUAD VeChain",
"href": "https://SquadVechain.Art/",
"desc": "Join the $SQUAD Today, Bringing DeFi & NFTs Closer to each other!",
"category": "defi",
"tags" : ["DeFi","tokens","ICO","Memecoin","NFT"]
}
"tags": [
"DeFi",
"tokens",
"ICO",
"Memecoin",
"NFT"
],
"isVeWorldSupported": false
}
9 changes: 7 additions & 2 deletions apps/com.2048x.2048x/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,10 @@
"href": "https://play2048x.com",
"desc": "2048x is a challenging number puzzle for kids and grown ups.",
"category": "games",
"tags": ["game", "games", "fun"]
}
"tags": [
"game",
"games",
"fun"
],
"isVeWorldSupported": false
}
8 changes: 6 additions & 2 deletions apps/com.bc66.lucky-airdrop/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,9 @@
"href": "https://bc66.github.io/lucky-airdrop/",
"desc": "Sending red envelopes is a way to send good wishes and luck (as well as money).",
"category": "utilities",
"tags": ["game", "red envelope"]
}
"tags": [
"game",
"red envelope"
],
"isVeWorldSupported": false
}
14 changes: 12 additions & 2 deletions apps/com.dragonsofsingapura/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,15 @@
"href": "https://dragonsofsingapura.com/",
"desc": "Welcome to Singapura! World of the Dragon a land steeped in history, culture, intrigue and mystery. Join the Tribes mount your Dragon! and write your name in the history books..",
"category": "collectibles",
"tags": ["NFT", "Dragons of Singapura", "VIP-181", "Collectibles", "VNFT", "Staking", "Breeding", "Metaverse"]
}
"tags": [
"NFT",
"Dragons of Singapura",
"VIP-181",
"Collectibles",
"VNFT",
"Staking",
"Breeding",
"Metaverse"
],
"isVeWorldSupported": false
}
7 changes: 6 additions & 1 deletion apps/com.laalaguer.token-transfer/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,10 @@
"href": "https://laalaguer.github.io/vechain-token-transfer/",
"desc": "Listing of all VIP180 VeChain tokens and enables their transfer.",
"category": "defi",
"tags": ["vip180", "token", "transfer"]
"tags": [
"vip180",
"token",
"transfer"
],
"isVeWorldSupported": false
}
11 changes: 9 additions & 2 deletions apps/com.sharksofanarchy/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,12 @@
"href": "https://sharksofanarchy.com/",
"desc": "Sharks of anarchy, The first motorcycle Gang on VeChain! Will get their own DLC inside Thugs Paradise P2E Game.",
"category": "collectibles",
"tags": ["VIP-181", "VNFT", "collectable", "sharks", "pixelart"]
}
"tags": [
"VIP-181",
"VNFT",
"collectable",
"sharks",
"pixelart"
],
"isVeWorldSupported": false
}
12 changes: 10 additions & 2 deletions apps/com.theinkaempire/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,13 @@
"href": "https://theinkaempirenft.com",
"desc": "The Inka Empire is a PFP collection of 5,000 NFTs. The Story will contain the best kept secrets of the largest empire in Pre-Columbian America (1529 A.D.). A Chronicle that will reveal the true heritage of an empire full of mysteries and legends...",
"category": "collectibles",
"tags": ["NFT", "TheInkaEmpire", "VIP-181", "Collectibles", "VNFT", "PFP"]
}
"tags": [
"NFT",
"TheInkaEmpire",
"VIP-181",
"Collectibles",
"VNFT",
"PFP"
],
"isVeWorldSupported": false
}
15 changes: 10 additions & 5 deletions apps/com.vechain.bmac/manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
{
"name" : "Buy me a coffee",
"href" : "https://bmac.vecha.in/" ,
"desc" : "allows your supporter to support your work by donating VET",
"name": "Buy me a coffee",
"href": "https://bmac.vecha.in/",
"desc": "allows your supporter to support your work by donating VET",
"category": "utilities",
"tags" : ["social","donation","tool"],
"repo": "https://github.com/vechain/buy-me-a-coffee"
"tags": [
"social",
"donation",
"tool"
],
"repo": "https://github.com/vechain/buy-me-a-coffee",
"isVeWorldSupported": false
}
15 changes: 10 additions & 5 deletions apps/com.vechain.insight/manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
{
"name" : "Insight",
"href" : "https://insight.vecha.in/" ,
"desc" : "Serverless VeChain explorer. It allows you to explore and search for blocks, transactions and accounts.",
"name": "Insight",
"href": "https://insight.vecha.in/",
"desc": "Serverless VeChain explorer. It allows you to explore and search for blocks, transactions and accounts.",
"category": "utilities",
"tags" : ["utilities","explorer","tool"],
"repo": "https://github.com/vechain/insight-app"
"tags": [
"utilities",
"explorer",
"tool"
],
"repo": "https://github.com/vechain/insight-app",
"isVeWorldSupported": false
}
16 changes: 11 additions & 5 deletions apps/com.vechain.tokens/manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
{
"name" : "My Tokens",
"href" : "https://tokens.vecha.in/#/" ,
"desc" : "My Tokens,My Treasure ",
"name": "My Tokens",
"href": "https://tokens.vecha.in/#/",
"desc": "My Tokens,My Treasure ",
"category": "defi",
"tags" : ["transfer","tokens","tool","utility"],
"repo": "https://github.com/vechain/my-tokens"
"tags": [
"transfer",
"tokens",
"tool",
"utility"
],
"repo": "https://github.com/vechain/my-tokens",
"isVeWorldSupported": false
}
15 changes: 11 additions & 4 deletions apps/com.vechainstats.manager/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
{
"name" : "Manager",
"href" : "https://manager.vechainstats.com/" ,
"desc" : "One-stop solution for managing VeChain assets and node tokens.",
"name": "Manager",
"href": "https://manager.vechainstats.com/",
"desc": "One-stop solution for managing VeChain assets and node tokens.",
"category": "utilities",
"tags" : ["wallet","finance","tokens","nodes","transfer"]
"tags": [
"wallet",
"finance",
"tokens",
"nodes",
"transfer"
],
"isVeWorldSupported": false
}
19 changes: 14 additions & 5 deletions apps/com.vechainstats/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
{
"name" : "VeChainStats",
"href" : "https://vechainstats.com/" ,
"desc" : "Extensive VeChain mainnet statistics, charts, account explorer and more.",
"name": "VeChainStats",
"href": "https://vechainstats.com/",
"desc": "Extensive VeChain mainnet statistics, charts, account explorer and more.",
"category": "utilities",
"tags" : ["accounts","analytics","charts","insights","monitoring", "statistics","tools"]
}
"tags": [
"accounts",
"analytics",
"charts",
"insights",
"monitoring",
"statistics",
"tools"
],
"isVeWorldSupported": false
}
10 changes: 9 additions & 1 deletion apps/com.vefam.pixelpuffs/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,13 @@
"href": "https://vefam.com/projects/pixel-puffs/",
"desc": "10.000 collectible NFT's designed with a meticulous eye for details.",
"category": "collectibles",
"tags": ["NFT","PixelPuffs","VeFam","VIP-181","Collectibles","VNFT"]
"tags": [
"NFT",
"PixelPuffs",
"VeFam",
"VIP-181",
"Collectibles",
"VNFT"
],
"isVeWorldSupported": false
}
22 changes: 19 additions & 3 deletions apps/com.vefam.vpunks-weapons/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,24 @@
"href": "https://vefam.com/#/collections/details/vpunks-weapons?network=vechain&from=apphub",
"desc": "Vpunks Weapons is a VIP-210 collection of the Vpunks project, a weapon used in 3D PvP and P2E games!!!",
"category": "collectibles",
"tags": ["collectibles","collection","game","games","NFT","NFTs","NFT game","gameFi","VeFam","VNFT","DeFi","VIP-180","VIP-181","VIP-210"],
"tags": [
"collectibles",
"collection",
"game",
"games",
"NFT",
"NFTs",
"NFT game",
"gameFi",
"VeFam",
"VNFT",
"DeFi",
"VIP-180",
"VIP-181",
"VIP-210"
],
"contracts": [
"0x1417e8955d16775b22771402e3f43665b5070975"
]
"0x1417e8955d16775b22771402e3f43665b5070975"
],
"isVeWorldSupported": false
}
10 changes: 8 additions & 2 deletions apps/com.venonymous/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,11 @@
"href": "https://venonymous.com/",
"desc": "We Are Venonymous! We like to call ourselves Pioneers of the new World.",
"category": "collectibles",
"tags": ["VIP181","NFT","Venonymous","hacker"]
}
"tags": [
"VIP181",
"NFT",
"Venonymous",
"hacker"
],
"isVeWorldSupported": false
}
17 changes: 12 additions & 5 deletions apps/com.vexchange.vexchange/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
{
"name" : "Vexchange",
"href" : "https://vexchange.io" ,
"desc" :"VeChain Thor Decentralized Exchange",
"name": "Vexchange",
"href": "https://vexchange.io",
"desc": "VeChain Thor Decentralized Exchange",
"category": "defi",
"tags" : ["exchange", "dex", "tool", "finance", "utilities"]
}
"tags": [
"exchange",
"dex",
"tool",
"finance",
"utilities"
],
"isVeWorldSupported": false
}
15 changes: 10 additions & 5 deletions apps/com.vns.vns/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
{
"name" : "VNS Domains",
"href" : "https://vns.domains" ,
"desc" :"Your Web3 username on the VeChain blockchain",
"name": "VNS Domains",
"href": "https://vns.domains",
"desc": "Your Web3 username on the VeChain blockchain",
"category": "utilities",
"tags" : ["address", "utility", "tool"]
}
"tags": [
"address",
"utility",
"tool"
],
"isVeWorldSupported": false
}
15 changes: 11 additions & 4 deletions apps/com.vpunks/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
{
"name" : "VPunks",
"href" : "https://vpunks.com" ,
"desc" :"VPunks NFT & marketplace.",
"name": "VPunks",
"href": "https://vpunks.com",
"desc": "VPunks NFT & marketplace.",
"category": "collectibles",
"tags" : ["NFT","NFTs", "CryptoPunks","marketplace","VIP-181"]
"tags": [
"NFT",
"NFTs",
"CryptoPunks",
"marketplace",
"VIP-181"
],
"isVeWorldSupported": false
}
10 changes: 9 additions & 1 deletion apps/com.worldofv.expluslottery/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,13 @@
"href": "https://worldofv.art/playground/lottery/vebounce-blockchain-lottery",
"desc": "Play the lottery on November 3rd, 8PM UTC by submitting your VeBounce. Each collectible can only be used once. Only 1000 slots available on a first come, first served basis.",
"category": "games",
"tags": ["VeBounce", "WoV" , "Lottery", "ExPlus", "ATP", "Prizes"]
"tags": [
"VeBounce",
"WoV",
"Lottery",
"ExPlus",
"ATP",
"Prizes"
],
"isVeWorldSupported": false
}
7 changes: 6 additions & 1 deletion apps/com.worldofv.staking/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,10 @@
"href": "https://staking.worldofv.art/",
"desc": "This dapp is used to access The WorldOfV staking pool. If you have any question, please join our Discord.",
"category": "defi",
"tags": ["WoV", "defi" , "Staking"]
"tags": [
"WoV",
"defi",
"Staking"
],
"isVeWorldSupported": false
}
20 changes: 14 additions & 6 deletions apps/com.worldofv.vehashes/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
{
"name": "VeHashes",
"href": "https://vehashes.club/",
"desc": "VeHashes is a PFP collection of 10,000 unique NFTs featuring a fun, creative visual style. The collection celebrates the VeFam community by giving life to our beloved V",
"category": "collectibles",
"tags": ["WOV", "World Of V NFTs'", "NFTs", "PFP collection", "Collectibles", "VeFam"]
}
"name": "VeHashes",
"href": "https://vehashes.club/",
"desc": "VeHashes is a PFP collection of 10,000 unique NFTs featuring a fun, creative visual style. The collection celebrates the VeFam community by giving life to our beloved V",
"category": "collectibles",
"tags": [
"WOV",
"World Of V NFTs'",
"NFTs",
"PFP collection",
"Collectibles",
"VeFam"
],
"isVeWorldSupported": false
}
Loading

0 comments on commit 6502d0b

Please sign in to comment.