File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1
1
node_modules
2
2
extension /* .js
3
+ dist
4
+ chrome-extension-key.pem
Original file line number Diff line number Diff line change 10
10
"build-background-script" : " browserify -o extension/background_script.js src/background_script.js" ,
11
11
"watch-background-script" : " watchify -o extension/background_script.js src/background_script.js -v" ,
12
12
"fx-build" : " web-ext build -s extension -a dist && rename -f 's/\\ .zip$/.xpi/' dist/*.zip" ,
13
- "fx-run" : " web-ext run -s extension"
13
+ "fx-run" : " web-ext run -s extension" ,
14
+ "cr-build" : " crx pack extension -o dist/precise-links.crx -p chrome-extension-key.pem"
14
15
},
15
16
"devDependencies" : {
16
17
"babel-preset-es2015" : " ^6.24.1" ,
17
18
"babelify" : " ^7.3.0" ,
18
19
"browserify" : " ^14.3.0" ,
20
+ "crx" : " ^3.2.1" ,
19
21
"watchify" : " ^3.9.0" ,
20
22
"web-ext" : " ^1.9.1"
21
23
},
You can’t perform that action at this time.
0 commit comments