You've already forked hotpocket
BTHLABS-52: Firefox Desktop Extension
This commit is contained in:
@@ -5,6 +5,7 @@ import {string} from 'rollup-plugin-string';
|
||||
import packageJSON from './package.json' with {type: 'json'};
|
||||
import manifestChrome from './src/manifest/chrome.json' with {type: 'json'};
|
||||
import manifestCommon from './src/manifest/common.json' with {type: 'json'};
|
||||
import manifestFirefox from './src/manifest/firefox.json' with {type: 'json'};
|
||||
import manifestSafari from './src/manifest/safari.json' with {type: 'json'};
|
||||
|
||||
const BANNER = `/*!
|
||||
@@ -68,6 +69,11 @@ const manifestJsonOutputPlugin = () => {
|
||||
...result,
|
||||
...manifestChrome,
|
||||
};
|
||||
} else if (TARGET == 'firefox') {
|
||||
result = {
|
||||
...result,
|
||||
...manifestFirefox,
|
||||
};
|
||||
}
|
||||
|
||||
result.version = packageJSON.version;
|
||||
|
||||
Reference in New Issue
Block a user