Making the source code public

Finally ! here's the source code
This commit is contained in:
KayJann
2026-03-12 13:52:32 +01:00
parent 7542b67070
commit c94db91238
87 changed files with 9307 additions and 1 deletions

View File

@@ -0,0 +1,18 @@
{
"$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/*" }
]
}
]
}