Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adjusting the example in creating a manifestV3 project? #137

Closed
chillcicada opened this issue Jan 30, 2024 · 1 comment
Closed

Adjusting the example in creating a manifestV3 project? #137

chillcicada opened this issue Jan 30, 2024 · 1 comment

Comments

@chillcicada
Copy link

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
Copy link

keyding commented Mar 31, 2024

See PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants