2026-03-15 19:44:02 +01:00
|
|
|
{
|
|
|
|
|
"productName": "OwnCord",
|
2026-08-28 06:54:32 +02:00
|
|
|
"version": "1.2.0-alpha.4",
|
2026-03-15 19:44:02 +01:00
|
|
|
"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,
|
2026-03-25 19:07:52 +01:00
|
|
|
"center": true,
|
2026-08-14 18:48:10 +02:00
|
|
|
"additionalBrowserArgs": "--disable-features=msWebOOUI,msPdfOOUI,msSmartScreenProtection --autoplay-policy=no-user-gesture-required --use-fake-ui-for-media-stream"
|
2026-03-15 19:44:02 +01:00
|
|
|
}
|
|
|
|
|
],
|
2026-04-04 09:07:53 +02:00
|
|
|
"withGlobalTauri": false,
|
2026-03-15 19:44:02 +01:00
|
|
|
"security": {
|
2026-08-08 17:56:43 +02:00
|
|
|
"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' blob: https: data:; media-src 'self' blob:; font-src 'self'; object-src 'none'; base-uri 'self'; frame-src https://www.youtube.com https://youtube.com; worker-src 'self' blob:"
|
2026-03-15 19:44:02 +01:00
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"bundle": {
|
|
|
|
|
"active": true,
|
2026-03-19 07:41:58 +01:00
|
|
|
"createUpdaterArtifacts": "v1Compatible",
|
2026-08-28 06:54:32 +02:00
|
|
|
"targets": ["nsis", "appimage", "deb"],
|
|
|
|
|
"icon": ["icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.ico"],
|
2026-04-03 14:26:26 +02:00
|
|
|
"linux": {
|
|
|
|
|
"deb": {
|
|
|
|
|
"depends": [
|
|
|
|
|
"libwebkit2gtk-4.1-0",
|
|
|
|
|
"libgtk-3-0",
|
|
|
|
|
"libayatana-appindicator3-1",
|
|
|
|
|
"libsecret-1-0"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"appimage": {
|
|
|
|
|
"bundleMediaFramework": true
|
|
|
|
|
}
|
|
|
|
|
},
|
2026-07-18 14:28:47 +02:00
|
|
|
"category": "SocialNetworking",
|
2026-04-03 14:26:26 +02:00
|
|
|
"shortDescription": "Self-hosted chat platform",
|
|
|
|
|
"longDescription": "OwnCord is a self-hosted voice and text chat platform with end-to-end encryption and full media support.",
|
2026-03-15 19:44:02 +01:00
|
|
|
"windows": {
|
|
|
|
|
"nsis": {
|
|
|
|
|
"displayLanguageSelector": false,
|
|
|
|
|
"installerIcon": "icons/icon.ico"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
2026-03-18 17:47:59 +01:00
|
|
|
"plugins": {
|
|
|
|
|
"updater": {
|
2026-03-19 19:22:23 +01:00
|
|
|
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IEJCQkQ0NzM1MjkxRTlGQTIKUldTaW54NHBOVWU5dTRqYW0yalI5VTJBd0NXOUZwM2UrcDM4YkhCSmlMZWJKWWVXaGJWdHBaSHgK",
|
2026-03-18 17:47:59 +01:00
|
|
|
"endpoints": [],
|
|
|
|
|
"windows": {
|
|
|
|
|
"installMode": "passive"
|
|
|
|
|
}
|
2026-07-24 10:44:06 +02:00
|
|
|
},
|
|
|
|
|
"deep-link": {
|
|
|
|
|
"desktop": {
|
|
|
|
|
"schemes": ["owncord"]
|
|
|
|
|
}
|
2026-03-18 17:47:59 +01:00
|
|
|
}
|
|
|
|
|
}
|
2026-03-15 19:44:02 +01:00
|
|
|
}
|