mirror of
https://github.com/sensebox/blockly-app
synced 2025-02-22 14:53:58 +01:00
13 lines
297 B
JSON
13 lines
297 B
JSON
{
|
|
"name": "Blockly for senseBox",
|
|
"short_name": "Blockly for senseBox",
|
|
"start_url": "index.html",
|
|
"display": "standalone",
|
|
"icons": [{
|
|
"src": "assets/imgs/logo.png",
|
|
"sizes": "377x376",
|
|
"type": "image/png"
|
|
}],
|
|
"background_color": "#4e8ef7",
|
|
"theme_color": "#4e8ef7"
|
|
}
|