Files
rubix-explore/public/manifest.json
2024-10-15 19:28:32 +05:30

24 lines
443 B
JSON

{
"theme_color": "#8936FF",
"background_color": "#2f0174",
"icons": [
{
"purpose": "maskable",
"sizes": "512x512",
"src": "icon512_maskable.png",
"type": "image/png"
},
{
"purpose": "any",
"sizes": "512x512",
"src": "icon512_rounded.png",
"type": "image/png"
}
],
"orientation": "any",
"display": "standalone",
"dir": "auto",
"lang": "en-US",
"name": "Rubix"
}