mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-08-21 06:23:59 +00:00
7 lines
249 B
JSON
7 lines
249 B
JSON
{
|
|
"$schema": "../gen/schemas/desktop-schema.json",
|
|
"identifier": "default",
|
|
"description": "Core capabilities granted to the main window.",
|
|
"windows": ["main", "spotlight"],
|
|
"permissions": ["core:default", "core:window:allow-start-dragging"]
|
|
}
|