init: CryptoCoin desktop ticker
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
50
src-tauri/tauri.conf.json
Normal file
50
src-tauri/tauri.conf.json
Normal file
@@ -0,0 +1,50 @@
|
||||
{
|
||||
"$schema": "https://schema.tauri.app/config/2",
|
||||
"productName": "CryptoCoin",
|
||||
"mainBinaryName": "CryptoCoin",
|
||||
"version": "0.1.0",
|
||||
"identifier": "com.smy.cryptocoin",
|
||||
"build": {
|
||||
"beforeDevCommand": "npm run dev",
|
||||
"devUrl": "http://localhost:1420",
|
||||
"beforeBuildCommand": "npm run build",
|
||||
"frontendDist": "../dist"
|
||||
},
|
||||
"app": {
|
||||
"withGlobalTauri": true,
|
||||
"windows": [
|
||||
{
|
||||
"title": "CryptoCoin",
|
||||
"width": 188,
|
||||
"height": 52,
|
||||
"minWidth": 180,
|
||||
"maxWidth": 260,
|
||||
"minHeight": 40,
|
||||
"maxHeight": 240,
|
||||
"resizable": false,
|
||||
"decorations": false,
|
||||
"transparent": true,
|
||||
"alwaysOnTop": true,
|
||||
"skipTaskbar": true,
|
||||
"visible": true
|
||||
}
|
||||
],
|
||||
"security": {
|
||||
"csp": null
|
||||
}
|
||||
},
|
||||
"bundle": {
|
||||
"active": true,
|
||||
"shortDescription": "CryptoCoin BTC/ETH desktop widget",
|
||||
"longDescription": "CryptoCoin - Binance BTC/ETH price desktop widget",
|
||||
"copyright": "Copyright © 2025",
|
||||
"targets": "all",
|
||||
"icon": [
|
||||
"icons/32x32.png",
|
||||
"icons/128x128.png",
|
||||
"icons/128x128@2x.png",
|
||||
"icons/icon.icns",
|
||||
"icons/icon.ico"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user