-
Notifications
You must be signed in to change notification settings - Fork 195
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
Manifest author
Field Wrongly Typed
#824
Comments
author
Field Wrongly Typed
Big CRX fan! Came to post the same. Maybe CRX can inherit from Author field @types/chromehttps://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/chrome/index.d.ts#L7398-L7400 author?: {
email: string;
} | undefined; Author field CRXauthor?: string | undefined |
Any updates yet? |
Well I guess I will file a pull request today then |
Update: |
Build tool
Vite
Describe the bug
chrome-extension-tools/packages/vite-plugin/src/node/manifest.ts
Line 43 in 20faa15
Severity
annoyance
The text was updated successfully, but these errors were encountered: