stargaze-studio/config/favicons.json

18 lines
504 B
JSON
Raw Normal View History

2022-07-13 13:56:36 +00:00
{
"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",
2022-07-13 13:56:36 +00:00
"developerURL": "https://",
"background": "#FFC27D",
"theme_color": "#FFC27D",
"icons": {
"android": true,
"appleIcon": true,
"appleStartup": true,
"favicons": true,
"windows": true
}
}