mirror of
https://github.com/JosunLP/BrowserExtensionTemplate.git
synced 2025-10-14 16:10:10 +00:00
updating assets and rendering
This commit is contained in:
parent
977831157f
commit
60bc8c71e9
17 changed files with 106 additions and 104 deletions
7
tools/v2.ts
Normal file
7
tools/v2.ts
Normal file
|
@ -0,0 +1,7 @@
|
|||
import * as fs from 'fs';
|
||||
|
||||
const manifest = JSON.parse(fs.readFileSync('./dist/manifest.json', 'utf8'));
|
||||
|
||||
manifest.manifest_version = 2;
|
||||
|
||||
fs.writeFileSync('./dist/manifest.json', JSON.stringify(manifest, null, 2));
|
Loading…
Add table
Add a link
Reference in a new issue