worthweave 0.1.0

Private local-first investment portfolio
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "$schema": "../gen/schemas/desktop-schema.json",
  "identifier": "main-window",
  "description": "Minimal permissions for the Worthweave main window",
  "windows": ["main"],
  "permissions": [
    "core:default",
    "dialog:allow-open",
    "dialog:allow-save",
    "process:allow-restart",
    "updater:default"
  ]
}