Permissions
The System APIs give you access to a set of methods for file operations, downloading and more.
Permissions
{
//...
"plugin": {
"permissions": {
"scopes": ["system"]
}
}
}Allow lists
{
//...
"plugin": {
"permissions": ["system", ...],
"systemAllowList": {
"allowReadPaths": ["$TEMP/*"],
"allowWritePaths": ["$TEMP/*"],
"commandScopes": []
}
}
}Paths
Last updated