mirror of
https://github.com/simstudioai/sim.git
synced 2026-01-26 15:28:03 -05:00
* added turborepo * finished turbo migration * updated gitignore * use dotenv & run format * fixed error in docs * remove standalone deployment in prod * fix ts error, remove ignore ts errors during build * added formatter to the end of the docs generator
20 lines
396 B
JSON
20 lines
396 B
JSON
{
|
|
"name": "Sim Studio",
|
|
"short_name": "Sim Studio",
|
|
"icons": [
|
|
{
|
|
"src": "/favicon/android-chrome-192x192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/favicon/android-chrome-512x512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
}
|
|
],
|
|
"theme_color": "#ffffff",
|
|
"background_color": "#ffffff",
|
|
"display": "standalone"
|
|
}
|