stargaze-studio/config/favicons.json
2023-10-12 11:25:18 +03:00

18 lines
506 B
JSON

{
"path": "/assets/",
"appName": "Stargaze Studio",
"appShortName": "Stargaze Studio",
"appDescription": "Stargaze Studio is built to provide useful smart contract interfaces that help you build and deploy your own NFT collection in no time.",
"developerName": "Stargaze Studio",
"developerURL": "https://",
"background": "#FFC27D",
"theme_color": "#FFC27D",
"icons": {
"android": true,
"appleIcon": true,
"appleStartup": true,
"favicons": true,
"windows": true
}
}