forked from micz/ColumnsWizard
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 863 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 863 Bytes
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
{
"title": "ColumnsWizard",
"name": "columnswizard",
"version": "6.1.2",
"description": "Adds some magic to the folder list columns! You can add a custom column directly from the addon preference window to show any mail header you want, define the default columns settings for any new folder and show hidden columns in the Conversation Tab and in the search window.",
"main": "./chrome/content/mzcw-overlay.js",
"author": "Micz, Christopher Leidigh",
"engines": {
"": ">=38.0a1"
},
"license": "GPLv3",
"config": {
"source_dir": "./src",
"target_dir": "./xpi",
"target_suffix": "-tb",
"target_extension": ".xpi",
"target_include_manifest": "true"
},
"scripts": {
"build-xpi-bat": ".\\scripts\\build-xpi.bat",
"build-xpi": "node ./scripts/build-xpi.js"
},
"keywords": [
"jetpack"
],
"dependencies": {}
}