do the manifest rewriting stuff smart hooly fuck

This commit is contained in:
Erin 2023-07-28 07:07:11 -04:00
parent d750550c8d
commit bd778cbd1c
5 changed files with 177 additions and 78 deletions

View file

@ -1,5 +1,8 @@
{
"name": "rollup-create-webext-config",
"version": "0.0.0",
"main": "index.mjs"
"main": "index.mjs",
"devDependencies": {
"@types/chrome": "^0.0.242"
}
}