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
+3
View File
@@ -1,8 +1,11 @@
import { createManifest } from '../../lib/createManifest'
import baseManifest from './manifest.json'
import pkg from '../../package.json'
const updatedSafariManifest = {
...baseManifest,
version: pkg.version,
description: pkg.description,
browser_specific_settings: {
safari: {
strict_min_version: '15.4',