18 lines
310 B
JSON
18 lines
310 B
JSON
{
|
|
"identifier": "migrated",
|
|
"description": "permissions that were migrated from v1",
|
|
"local": true,
|
|
"windows": [
|
|
"main"
|
|
],
|
|
"permissions": [
|
|
"core:default",
|
|
"fs:default",
|
|
"dialog:default",
|
|
{
|
|
"identifier": "fs:allow-write-file",
|
|
"allow": [{ "path": "*" }]
|
|
}
|
|
]
|
|
}
|