-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmanifest.json
33 lines (33 loc) · 980 Bytes
/
manifest.json
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
{
"required_api_version": "^2.0.0",
"name": "ProtonDB Search",
"description": "Search on ProtonDB",
"developer_name": "NoXPhasma",
"icon": "icon.svg",
"options": {
"query_debounce": 1.0
},
"preferences": [
{
"id": "keyword",
"type": "keyword",
"name": "ProtonDB Search",
"description": "Global keyword used by this extension",
"default_value": "protondb"
},
{
"id": "appid",
"type": "keyword",
"name": "ProtonDB Appid Search",
"description": "Keyword to search by appid",
"default_value": "appid"
},
{
"id": "search_results",
"type": "input",
"name": "Max number of search entries to show",
"description": "Enter the maximum number of matching search results to show, default is 5",
"default_value": 5
}
]
}