From fec93c400d8c591617c78e94cdef7133e486f93e Mon Sep 17 00:00:00 2001 From: inspireme247 Date: Sun, 23 Jun 2024 10:18:03 +0100 Subject: [PATCH] Renamed NFTS to NFT so dapps can pick it up --- .../manifest.json | 21 ++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/apps/com.worldofv.marketplace-nft/manifest.json b/apps/com.worldofv.marketplace-nft/manifest.json index efadbf0a..a9c441f0 100644 --- a/apps/com.worldofv.marketplace-nft/manifest.json +++ b/apps/com.worldofv.marketplace-nft/manifest.json @@ -1,7 +1,14 @@ - { - "name": "WorldOfV NFT Marketplace", - "href": "https://worldofv.art/", - "desc": "The first gas-free, green NFT platform built on the VeChain blockchain", - "category": "marketplaces", - "tags": ["WOV", "World Of V NFTs'", "NFTs", "Digital Art", "Phygital", "Artists"] - } +{ + "name": "WorldOfV NFT Marketplace", + "href": "https://worldofv.art/", + "desc": "The first gas-free, green NFT platform built on the VeChain blockchain", + "category": "marketplaces", + "tags": [ + "WOV", + "World Of V NFTs'", + "NFT", + "Digital Art", + "Phygital", + "Artists" + ] +}