Skip to content

Commit 5559bce

Browse files
fixes: problem when permission worked in PS 23 but broke plugin in PS 22.5
1 parent ccd6915 commit 5559bce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

uxp/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "Alchemist",
33
"id": "2bcdb900",
44
"main": "index.html",
5-
"version": "1.5.1",
5+
"version": "1.5.2",
66
"manifestVersion": 5,
77
"host": [{
88
"app": "PS",
@@ -15,7 +15,7 @@
1515
"clipboard": "readAndWrite",
1616
"launchProcess": "request",
1717
"allowCodeGenerationFromStrings": true,
18-
"localFileSystem":"request",
18+
"localFileSystem":"fullAccess",
1919
"network": {
2020
"domains": ["alchemist.bereza.cz"]
2121
}

0 commit comments

Comments
 (0)