forked from brpaz/ulauncher-raindrop
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
35 lines (35 loc) · 736 Bytes
/
manifest.json
File metadata and controls
35 lines (35 loc) · 736 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
34
35
{
"required_api_version": "^2.0.0",
"name": "Raindrop",
"description": "Search your Raindrop bookmarks",
"developer_name": "Bruno Paz",
"icon": "images/icon.png",
"options": {
"query_debounce": 0.2
},
"preferences": [
{
"id": "kw_open",
"type": "keyword",
"name": "Raindrop: Open In browser",
"default_value": "rdopen"
},
{
"id": "kw_unsorted",
"type": "keyword",
"name": "Raindrop: Unsorted",
"default_value": "rd:unsorted"
},
{
"id": "kw",
"type": "keyword",
"name": "Raindrop: Search",
"default_value": "rd"
},
{
"id": "access_token",
"type": "input",
"name": "Raindrop Access Token"
}
]
}