2026-02-24 00:51:25 +09:00
|
|
|
{
|
|
|
|
|
"$schema": "../gen/schemas/desktop-schema.json",
|
|
|
|
|
"identifier": "default",
|
|
|
|
|
"description": "enables the default permissions",
|
|
|
|
|
"windows": [
|
|
|
|
|
"main"
|
|
|
|
|
],
|
|
|
|
|
"permissions": [
|
2026-02-24 12:00:30 +09:00
|
|
|
"core:default",
|
2026-02-25 01:40:52 +09:00
|
|
|
"dialog:allow-open",
|
|
|
|
|
"deep-link:default"
|
2026-02-24 00:51:25 +09:00
|
|
|
]
|
|
|
|
|
}
|