hiCity-nft/public/manifest.json

24 lines
501 B
JSON

{
"short_name": "PancakeSwap",
"name": "PancakeSwap",
"description": "Farm CAKE with Pancake LP Tokens",
"homepage_url": "https://pancakeswap.finance",
"start_url": ".",
"display": "standalone",
"theme_color": "#1FC7D4",
"background_color": "#ffffff",
"orientation": "portrait",
"icons": [
{
"src": "favicon.ico",
"type": "image/x-icon",
"sizes": "256x256"
},
{
"src": "logo.png",
"type": "image/png",
"sizes": "512x512"
}
]
}