-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 900 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
36
37
38
39
{
"title": "Shaarli-next",
"name": "shaarli-next",
"version": "2.2.2",
"description": "Post URL to Shaarli",
"main": "index.js",
"author": "Alda Marteau-Hardi",
"engines": {
"firefox": "38.* - 46.0a2"
},
"license": "GPLv3",
"updateURL": "https://raw.githubusercontent.com/Aldarone/shaarli-extension-next/master/update.rdf",
"preferences": [
{
"name": "shaarliUrl",
"title": "Shaarli URL",
"type": "string",
"value": ""
},
{
"name": "shaarliWidth",
"title": "Window width",
"type": "integer",
"value": 600
},
{
"name": "shaarliHeight",
"title": "Window height",
"type": "integer",
"value": 390
},
{
"name": "shaarliOpenTab",
"title": "Open a tab instead of a dialog window.",
"type": "bool",
"value": false
}
]
}