feat: rely on package.json for version and description

This commit is contained in:
SethBurkart123
2025-02-14 17:11:33 +11:00
parent 395ec3291e
commit 5f561f516c
8 changed files with 31 additions and 8 deletions
+2
View File
@@ -4,6 +4,8 @@ import pkg from '../../package.json'
const updatedFirefoxManifest = {
...baseManifest,
version: pkg.version,
description: pkg.description,
background: {
scripts: [baseManifest.background.service_worker],
},