mirror of
https://github.com/by-sonic/tglock.git
synced 2026-09-20 17:38:28 +03:00
8 lines
214 B
JSON
8 lines
214 B
JSON
{
|
|
"$schema": "https://schema.tauri.app/config/2",
|
|
"app": {
|
|
"windows": [{ "label": "main", "title": "TGLock", "backgroundColor": "#070A10" }]
|
|
},
|
|
"bundle": { "android": { "minSdkVersion": 24 } }
|
|
}
|