remove lefover

pull/2019/head
amrbashir 8 months ago
parent 7cd8b23e56
commit 5df1e4b384
No known key found for this signature in database
GPG Key ID: BBD7A47A2003FF33

@ -1,13 +0,0 @@
# Automatically generated - DO NOT EDIT!
"$schema" = "../../schemas/schema.json"
[[permission]]
identifier = "allow-open"
description = "Enables the open command without any pre-configured scope."
commands.allow = ["open"]
[[permission]]
identifier = "deny-open"
description = "Denies the open command without any pre-configured scope."
commands.deny = ["open"]

@ -1,13 +0,0 @@
# Automatically generated - DO NOT EDIT!
"$schema" = "../../schemas/schema.json"
[[permission]]
identifier = "allow-reveal-item-in-dir"
description = "Enables the reveal_item_in_dir command without any pre-configured scope."
commands.allow = ["reveal_item_in_dir"]
[[permission]]
identifier = "deny-reveal-item-in-dir"
description = "Denies the reveal_item_in_dir command without any pre-configured scope."
commands.deny = ["reveal_item_in_dir"]

@ -32,32 +32,6 @@ This enables opening `mailto:`, `tel:`, `https://` and `http://` urls using thei
<tr>
<td>
`opener:allow-open`
</td>
<td>
Enables the open command without any pre-configured scope.
</td>
</tr>
<tr>
<td>
`opener:deny-open`
</td>
<td>
Denies the open command without any pre-configured scope.
</td>
</tr>
<tr>
<td>
`opener:allow-open-path`
</td>
@ -130,32 +104,6 @@ Enables the reveal_item_in_dir command without any pre-configured scope.
Denies the reveal_item_in_dir command without any pre-configured scope.
</td>
</tr>
<tr>
<td>
`opener:allow-reveal-item-in-dir`
</td>
<td>
Enables the reveal_item_in_dir command without any pre-configured scope.
</td>
</tr>
<tr>
<td>
`opener:deny-reveal-item-in-dir`
</td>
<td>
Denies the reveal_item_in_dir command without any pre-configured scope.
</td>
</tr>
</table>

@ -299,16 +299,6 @@
"type": "string",
"const": "allow-default-urls"
},
{
"description": "Enables the open command without any pre-configured scope.",
"type": "string",
"const": "allow-open"
},
{
"description": "Denies the open command without any pre-configured scope.",
"type": "string",
"const": "deny-open"
},
{
"description": "Enables the open_path command without any pre-configured scope.",
"type": "string",
@ -339,16 +329,6 @@
"type": "string",
"const": "deny-reveal-item-in-dir"
},
{
"description": "Enables the reveal_item_in_dir command without any pre-configured scope.",
"type": "string",
"const": "allow-reveal-item-in-dir"
},
{
"description": "Denies the reveal_item_in_dir command without any pre-configured scope.",
"type": "string",
"const": "deny-reveal-item-in-dir"
},
{
"description": "This permission set allows opening `mailto:`, `tel:`, `https://` and `http://` urls using their default application\nas well as reveal file in directories using default file explorer",
"type": "string",

Loading…
Cancel
Save