File tree 4 files changed +1
-4
lines changed
4 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 15
15
"license" : " MIT" ,
16
16
"devDependencies" : {
17
17
"@samrum/vite-plugin-web-extension" : " ^5.0.0" ,
18
- "@types/chrome" : " ^0.0.254 " ,
18
+ "@types/chrome" : " ^0.0.263 " ,
19
19
"@types/webextension-polyfill" : " ^0.10.6" ,
20
20
"vite" : " ^5.0.0" ,
21
21
"web-ext" : " ^7.8.0"
Original file line number Diff line number Diff line change @@ -61,7 +61,6 @@ const ManifestV3 = {
61
61
62
62
export function getManifest ( manifestVersion ) {
63
63
const manifest = {
64
- author : pkg . author ,
65
64
description : pkg . description ,
66
65
name : pkg . displayName ?? pkg . name ,
67
66
version : pkg . version ,
Original file line number Diff line number Diff line change @@ -42,7 +42,6 @@ const manifest = {
42
42
43
43
export function getManifest ( ) {
44
44
return {
45
- author : pkg . author ,
46
45
description : pkg . description ,
47
46
name : pkg . displayName ?? pkg . name ,
48
47
version : pkg . version ,
Original file line number Diff line number Diff line change @@ -40,7 +40,6 @@ const manifest = {
40
40
41
41
export function getManifest ( ) {
42
42
return {
43
- author : pkg . author ,
44
43
description : pkg . description ,
45
44
name : pkg . displayName ?? pkg . name ,
46
45
version : pkg . version ,
You can’t perform that action at this time.
0 commit comments