iuna

iuna - experimental devnet protocol
git clone https://iuna.jhx.app/git/iuna.git
Log | Files | Refs | README | LICENSE

default.json (448B)


      1 {
      2   "$schema": "../gen/schemas/desktop-schema.json",
      3   "identifier": "default",
      4   "description": "Allow the main window to start the bundled iuna sidecar.",
      5   "windows": [
      6     "main"
      7   ],
      8   "permissions": [
      9     "core:default",
     10     "shell:allow-open",
     11     {
     12       "identifier": "shell:allow-execute",
     13       "allow": [
     14         {
     15           "name": "binaries/iuna-sidecar",
     16           "sidecar": true,
     17           "args": []
     18         }
     19       ]
     20     }
     21   ]
     22 }