-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
40 lines (40 loc) · 1.02 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
{
"title": "Force RTL",
"name": "forcertl",
"version": "2.3",
"id": "{5fa014b6-c474-4c5d-8b0e-c1e73cbefbc4}",
"description": "Force a LTR locale to behave as if it was a RTL locale.",
"main": "index.js",
"author": "Mike de Boer <mdeboer@mozilla.com>",
"icon": "resource://5fa014b6-c474-4c5d-8b0e-c1e73cbefbc4/data/icon-48.png",
"icon64": "resource://5fa014b6-c474-4c5d-8b0e-c1e73cbefbc4/data/icon-64.png",
"contributors": [{
"name": "Ehsan Akhgari",
"email": "ehsan.akhgari+forcertl@gmail.com"
}, {
"name": "Kai Liu",
"email": "kliu@mozilla.kailiu.com"
}],
"repository": {
"type": "git",
"url": "https://github.com/mikedeboer/ForceRTL.git"
},
"engines": {
"firefox": ">38.0a1",
"thunderbird": ">=38.0a1 <=52.0a1"
},
"license": "MPL-2.0",
"keywords": [
"jetpack"
],
"dependencies": {
"menuitem": "0.0.5"
},
"preferences": [{
"type": "bool",
"name": "rtl",
"title": "Whether to enforce RTL mode by default",
"hidden": true,
"value": false
}]
}