25 lines
550 B
JSON
25 lines
550 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/tauri-apps/tauri/dev/crates/tauri-utils/schema.json",
|
|
"productName": "Discord Presence",
|
|
"version": "0.1.0",
|
|
"identifier": "org.racooncity.discord-presence",
|
|
"build": {
|
|
"frontendDist": "../ui"
|
|
},
|
|
"app": {
|
|
"withGlobalTauri": true,
|
|
"windows": [
|
|
{
|
|
"title": "Discord Presence",
|
|
"width": 460,
|
|
"height": 620,
|
|
"resizable": true,
|
|
"decorations": true,
|
|
"center": true
|
|
}
|
|
],
|
|
"security": {
|
|
"csp": "null"
|
|
}
|
|
}
|
|
} |