mirror of
https://github.com/spacebarchat/client.git
synced 2024-11-22 10:22:30 +01:00
25 lines
524 B
JSON
25 lines
524 B
JSON
{
|
|
"identifier": "base",
|
|
"description": "base",
|
|
"windows": ["main", "splashscreen"],
|
|
"permissions": [
|
|
"path:default",
|
|
"event:default",
|
|
"window:default",
|
|
"app:default",
|
|
"resources:default",
|
|
"menu:default",
|
|
"tray:default",
|
|
"updater:default",
|
|
"notification:default",
|
|
"os:allow-platform",
|
|
"os:allow-arch",
|
|
"os:allow-family",
|
|
"os:allow-locale",
|
|
"os:allow-os-type",
|
|
"os:allow-version",
|
|
"webview:allow-internal-toggle-devtools"
|
|
],
|
|
"platforms": ["linux", "macOS", "windows", "android", "iOS"]
|
|
}
|