31 lines
618 B
JSON
31 lines
618 B
JSON
{
|
|
"identifier": "migrated",
|
|
"description": "permissions that were migrated from v1",
|
|
"local": true,
|
|
"windows": ["main"],
|
|
"permissions": [
|
|
"path:default",
|
|
"event:default",
|
|
"window:default",
|
|
"app:default",
|
|
"resources:default",
|
|
"menu:default",
|
|
"tray:default",
|
|
"shell:allow-open",
|
|
{
|
|
"identifier": "http:default",
|
|
"allow": [
|
|
{
|
|
"url": "http://localhost:5195/*"
|
|
},
|
|
{
|
|
"url": "http://localhost:3000/*"
|
|
}
|
|
]
|
|
},
|
|
"app:allow-app-show",
|
|
"app:allow-app-hide",
|
|
"shell:default",
|
|
"http:default"
|
|
]
|
|
}
|