samrum / vite-plugin-web-extension

A vite plugin for generating cross browser platform, ES module based web extensions.
MIT License
323 stars 33 forks source link

Adjusting the example in creating a manifestV3 project? #137

Closed chillcicada closed 4 months ago

chillcicada commented 7 months ago

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.
// "@types/chrome": "^0.0.258",
// chrome.runtime.ManifestBase
author?: {
    email: string;
} | undefined;
keyding commented 4 months ago

See PR.