mirror of
https://github.com/J3vb/OwnCord.git
synced 2026-09-02 19:43:10 +03:00
- Bump version to 1.0.0 across package.json, Cargo.toml, tauri.conf.json - Add AGPL-3.0 LICENSE file - Update README with missing features (2FA, DMs, video grid, stream preview, theming, auto-login, account deletion, observability) - Remove internal Copilot Assets section from README - Remove soundboard reference (not implemented) - Add account deletion and video grid docs to CLAUDE.md
58 lines
1.7 KiB
JSON
58 lines
1.7 KiB
JSON
{
|
|
"productName": "OwnCord",
|
|
"version": "1.0.0",
|
|
"identifier": "com.owncord.client",
|
|
"build": {
|
|
"frontendDist": "../dist",
|
|
"devUrl": "http://localhost:1420",
|
|
"beforeDevCommand": "npm run dev",
|
|
"beforeBuildCommand": "npm run build"
|
|
},
|
|
"app": {
|
|
"windows": [
|
|
{
|
|
"title": "OwnCord",
|
|
"width": 1280,
|
|
"height": 720,
|
|
"minWidth": 940,
|
|
"minHeight": 500,
|
|
"decorations": true,
|
|
"resizable": true,
|
|
"center": true,
|
|
"additionalBrowserArgs": "--autoplay-policy=no-user-gesture-required"
|
|
}
|
|
],
|
|
"withGlobalTauri": true,
|
|
"security": {
|
|
"csp": "default-src 'self'; script-src 'self' 'wasm-unsafe-eval'; style-src 'self' 'unsafe-inline'; connect-src 'self' http://ipc.localhost https: wss: http://localhost:* ws://localhost:* http://127.0.0.1:* ws://127.0.0.1:*; img-src 'self' https: data:; media-src 'self' blob:; font-src 'self'; object-src 'none'; base-uri 'self'; frame-src https://www.youtube.com https://youtube.com"
|
|
}
|
|
},
|
|
"bundle": {
|
|
"active": true,
|
|
"createUpdaterArtifacts": "v1Compatible",
|
|
"targets": [
|
|
"nsis"
|
|
],
|
|
"icon": [
|
|
"icons/32x32.png",
|
|
"icons/128x128.png",
|
|
"icons/icon.ico"
|
|
],
|
|
"windows": {
|
|
"nsis": {
|
|
"displayLanguageSelector": false,
|
|
"installerIcon": "icons/icon.ico"
|
|
}
|
|
}
|
|
},
|
|
"plugins": {
|
|
"updater": {
|
|
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IEJCQkQ0NzM1MjkxRTlGQTIKUldTaW54NHBOVWU5dTRqYW0yalI5VTJBd0NXOUZwM2UrcDM4YkhCSmlMZWJKWWVXaGJWdHBaSHgK",
|
|
"endpoints": [],
|
|
"windows": {
|
|
"installMode": "passive"
|
|
}
|
|
}
|
|
}
|
|
}
|