24 lines
443 B
JSON
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"
|
|
}
|