Files
LCE-Hub-LCE_Emerald_Launcher/src-tauri/capabilities/default.json
KayJann c94db91238 Making the source code public
Finally ! here's the source code
2026-03-12 13:52:32 +01:00

18 lines
443 B
JSON

{
"$schema": "../gen/schemas/desktop-schema.json",
"identifier": "default",
"description": "Capability for the main window",
"windows": ["main"],
"permissions": [
"core:default",
"opener:default",
{
"identifier": "opener:allow-open-url",
"allow": [
{ "url": "https://github.com/KayJannOnGit/*" },
{ "url": "https://discord.gg/*" },
{ "url": "https://reddit.com/*" }
]
}
]
}