-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patharvis-plugin.json
More file actions
33 lines (33 loc) · 884 Bytes
/
arvis-plugin.json
File metadata and controls
33 lines (33 loc) · 884 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"$schema": "https://raw.githubusercontent.com/jopemachine/arvis-extension-validator/master/plugin-schema.json",
"category": "Productivity",
"creator": "jopemachine",
"defaultIcon": "icon.png",
"description": "File search plugin for Arvis",
"name": "arvis-filesearch-plugin",
"readme": "",
"variables": {
"include": [
"desktop",
"downloads",
"documents",
"home"
],
"customInclude": [],
"exclude": [],
"maxItem": 30,
"deep": 1,
"includeDotFiles": false
},
"version": "0.2.10",
"webAddress": "https://github.com/arvis-plugins/arvis-filesearch-plugin",
"enabled": true,
"main": "index.js",
"actions": [
{
"modifiers": "normal",
"type": "open",
"target": "{query}"
}
]
}