OSDN Git Service

fix: no refreshBalance for net toggle
[bytom/Byone.git] / build / crx-conf.js
1 const { resolve } = require('./util')
2
3 module.exports = {
4   name: 'chrome-ext',
5   outputPath: resolve(),
6   keyPath: resolve('key.pem'),
7   contentPath: resolve('dist')
8 }