Skip to content

Commit dab5f44

Browse files
refactor: remove unnecessary version field from manifest files (#182)
* refactor: remove unnecessary `version` field from manifest files * fix: fix TypeScript errors
1 parent acaf5d6 commit dab5f44

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/manifest/v2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 2,
33
"name": "Restore Link Card",
44
"short_name": "RestoreLinkCard",
5-
"version": "1.1.0",
5+
"version": "This field is synchronized with package.json",
66
"description": "A browser extension to restore OGP link cards on Twitter (X).",
77
"icons": {
88
"128": "image/icon.png"

src/manifest/v3.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 3,
33
"name": "Restore Link Card",
44
"short_name": "RestoreLinkCard",
5-
"version": "1.1.0",
5+
"version": "This field is synchronized with package.json",
66
"description": "A browser extension to restore OGP link cards on Twitter (X).",
77
"icons": {
88
"128": "image/icon.png"

0 commit comments

Comments
 (0)