c119c44c13
When this is merged https://gitlab.com/ligolang/ligo-web-ide/ will be marked as deprecated. This MR does not hook up the webide build to the main CI. The CI integration will come in a subsequent MR for the sake of making review easier.
26 lines
512 B
JSON
26 lines
512 B
JSON
{
|
|
"short_name": "LIGO Playground",
|
|
"name": "The LIGO Playground for learning LIGO",
|
|
"icons": [
|
|
{
|
|
"src": "logo.svg",
|
|
"sizes": "64x64 32x32 24x24 16x16",
|
|
"type": "image/svg+xml"
|
|
},
|
|
{
|
|
"src": "logo.svg",
|
|
"type": "image/svg+xml",
|
|
"sizes": "192x192"
|
|
},
|
|
{
|
|
"src": "logo.svg",
|
|
"type": "image/svg+xml",
|
|
"sizes": "512x512"
|
|
}
|
|
],
|
|
"start_url": ".",
|
|
"display": "standalone",
|
|
"theme_color": "#000000",
|
|
"background_color": "#ffffff"
|
|
}
|