Initial Commit

This commit is contained in:
2026-07-17 15:24:20 -04:00
commit 0ca889ad49
34 changed files with 5533 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
{
"$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"
}
}
}