You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the latest chrome manifest v3 format reference, the "authors" key only accepts an email object. When using npm init @samrum/vite-plugin-web-extension to create a manifestV3 project, should the given example be adjusted accordingly?
# Explanation of the "author" key in the latest chrome manifest v3 format reference
"author": Specifies the email address of the account that was used to create the extension.
In the latest chrome manifest v3 format reference, the "authors" key only accepts an email object. When using
npm init @samrum/vite-plugin-web-extension
to create a manifestV3 project, should the given example be adjusted accordingly?# Explanation of the "author" key in the latest chrome manifest v3 format reference "author": Specifies the email address of the account that was used to create the extension.
The text was updated successfully, but these errors were encountered: