Skip to content

Commit

Permalink
fixes #824 (#902)
Browse files Browse the repository at this point in the history
* fix: manifest v3 author

* Create ten-olives-build.md

---------

Co-authored-by: Jack Steam <[email protected]>
  • Loading branch information
Malix-Labs and jacksteamdev authored Jul 8, 2024
1 parent 6bdac7b commit ce84b68
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/ten-olives-build.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@crxjs/vite-plugin": patch
---

Update manifest author field schema to match documentation.
5 changes: 4 additions & 1 deletion packages/vite-plugin/src/node/manifest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,10 @@ export interface ManifestV3 {
// Optional

action?: chrome.runtime.ManifestAction | undefined
author?: string | undefined
/**
* @see https://developer.chrome.com/docs/extensions/reference/manifest/author
*/
author?: { email: string } | undefined
background?:
| ChromeManifestBackground
| FirefoxManifestBackground
Expand Down

0 comments on commit ce84b68

Please sign in to comment.