stargaze-studio/config/favicons.json
Arda Nakışçı 20926b8781
Change some texts and tools related things (#34)
* Change some texts and tools related things

* Add favicon and remove unused components
2022-08-10 12:39:39 +03:00

18 lines
504 B
JSON

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