-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
39 lines (39 loc) · 930 Bytes
/
Copy pathmanifest.json
File metadata and controls
39 lines (39 loc) · 930 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
36
37
38
39
{
"required_api_version": "^2.0.0",
"name": "Shaarli Bookmarks Search",
"description": "Search your self hosted bookmarks",
"developer_name": "Sebastien Wains",
"icon": "images/icon.png",
"options": {
"query_debounce": 1
},
"preferences": [
{
"id": "demo_kw",
"type": "keyword",
"name": "Shaarli",
"default_value": "shaarli"
},
{
"id": "setting_url",
"type": "text",
"name": "URL",
"description": "Example: https://shaarli.example.org",
"default_value": ""
},
{
"id": "setting_api",
"type": "text",
"name": "API Secret",
"description": "Found under Tools > Configure your Shaarli > API Secret",
"default_value": ""
},
{
"id": "setting_limit",
"type": "text",
"name": "Limit",
"description": "Limit the number of bookmarks to return",
"default_value": "10"
}
]
}