-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
45 lines (45 loc) · 1.31 KB
/
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
36
37
38
39
40
41
42
43
44
45
{
"name": "opquast-desktop-signed",
"license": "(MPL-1.1 OR GPL-2.0 OR LGPL-2.1)",
"author": "Temesis SAS",
"version": "2.0.4",
"title": "Opquast Desktop",
"id": "[email protected]",
"description": "Opquast Reporting and testing in your browser",
"homepage": "https://desktop.opquast.com/",
"dependencies": [
"net-log",
"opquast-tests"
],
"main" : "lib/main.js",
"icon": "data/icon48.png",
"icon64": "data/icon64.png",
"engines": {
"firefox": ">= 40.0"
},
"dependencies" : {
"net-log" : "file:./packages/jetpack-net-log",
"opquast-tests" : "file:./packages/opquast-test-runner"
},
"repository" : {
"type" : "git",
"url" : "https://github.com/Opquast/opquast-desktop.git"
},
"preferences": [
{
"name": "full_preferences",
"label": "All preferences",
"type": "control",
"title": "All preferences title"
},
{
"name": "debug",
"title": "Debug Mode",
"type": "bool",
"value": false
}
],
"multiprocess" : true,
"updateURL": "https://desktop.opquast.com/opquast-desktop/update.rdf",
"updateLink": "https://desktop.opquast.com/opquast-desktop/extension.xpi"
}