Skip to content

Commit 864c05d

Browse files
committed
update v0.6.3
1 parent 34caef7 commit 864c05d

7 files changed

Lines changed: 1893 additions & 755 deletions

File tree

build_config.json

Lines changed: 28 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,30 @@
11
{
2-
"project_name_short": "dad",
3-
"enforce_version_control": true,
4-
"clean_manifest": false,
5-
"default_actions": [
6-
"copy"
7-
],
8-
"release_directory": "./releases",
9-
"source": {
10-
"directory": "src/chrome",
11-
"platform": "chrome"
2+
"project_name_short": "dad",
3+
"enforce_version_control": true,
4+
"clean_manifest": false,
5+
"default_actions": ["copy"],
6+
"release_directory": "./releases",
7+
"source": {
8+
"directory": "src/chrome",
9+
"platform": "chrome"
10+
},
11+
"targets": [
12+
{
13+
"directory": "src/firefox",
14+
"platform": "firefox",
15+
"manifest_version": 3,
16+
"patch": ["popup.js", "word.js"]
1217
},
13-
"targets": [
14-
{
15-
"directory": "src/firefox",
16-
"platform": "firefox",
17-
"manifest_version": 2,
18-
"patch": [
19-
"popup.js",
20-
"word.js"
21-
]
22-
},
23-
{
24-
"directory": "src/opera",
25-
"platform": "opera",
26-
"manifest_version": 3,
27-
"patch": [
28-
"popup.js",
29-
"word.js"
30-
]
31-
}
32-
],
33-
"git_messages": {
34-
"directory_sync": "automated directory sync",
35-
"packages": "automated package build"
36-
},
37-
"debug": false
38-
}
18+
{
19+
"directory": "src/opera",
20+
"platform": "opera",
21+
"manifest_version": 3,
22+
"patch": ["popup.js", "word.js"]
23+
}
24+
],
25+
"git_messages": {
26+
"directory_sync": "automated directory sync",
27+
"packages": "automated package build"
28+
},
29+
"debug": false
30+
}

0 commit comments

Comments
 (0)