mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-24 12:40:21 +00:00
b74debfb8d
Change components/TexEditor re: how monaco-editor is loaded, since difficulties with monaco-editor were the original motivation for "ejecting" the CRA setup. Specify "nohoist" for `embark-ui/react-scripts` and all its dependencies to avoid potential headaches when upgrading the react-scripts, i.e. upgrading to newer versions of create-react-app.
41 lines
804 B
JSON
41 lines
804 B
JSON
{
|
|
"short_name": "Cockpit",
|
|
"name": "Embark Cockpit UI",
|
|
"icons": [
|
|
{
|
|
"src": "favicon.ico",
|
|
"sizes": "48x48 32x32 16x16",
|
|
"type": "image/x-icon"
|
|
},
|
|
{
|
|
"src": "favicon-32x32.png",
|
|
"type": "image/png",
|
|
"sizes": "32x32"
|
|
},
|
|
{
|
|
"src": "favicon-16x16.png",
|
|
"type": "image/png",
|
|
"sizes": "16x16"
|
|
},
|
|
{
|
|
"src": "android-chrome-256x256.png",
|
|
"type": "image/png",
|
|
"sizes": "256x256"
|
|
},
|
|
{
|
|
"src": "android-chrome-192x192.png",
|
|
"type": "image/png",
|
|
"sizes": "192x192"
|
|
},
|
|
{
|
|
"src": "apple-touch-icon.png",
|
|
"type": "image/png",
|
|
"sizes": "180x180"
|
|
}
|
|
],
|
|
"start_url": ".",
|
|
"display": "standalone",
|
|
"theme_color": "#000000",
|
|
"background_color": "#ffffff"
|
|
}
|