mirror of
https://github.com/LCE-Hub/LCE-Emerald-Launcher.git
synced 2026-07-04 07:37:06 +00:00
18 lines
443 B
JSON
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/*" }
|
|
]
|
|
}
|
|
]
|
|
} |