-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json~
35 lines (35 loc) · 877 Bytes
/
package.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
34
35
{
"name": "goopir",
"license": "MPL 1.1/GPL 2.0/LGPL 2.1",
"author": "IIIA-CSIC",
"version": "0.1",
"fullName": "GooPIR",
"id": "[email protected]",
"description": "This add-on makes google queries more private",
"preferences": [
{
"type": "integer",
"name": "k",
"value": 3,
"title": "Number of boggus words"
},
{
"type": "string",
"name": "e",
"value": "0.00001",
"title": "Threshold of the interval"
},
{
"type": "bool",
"name": "firstRunDone",
"value": false,
"title": "First run"
},
{
"type": "integer",
"name": "numRes",
"value": 50,
"title": "Number of results"
}
]
}