Skip to content

Commit

Permalink
Update chrome-extension/manifest.ts
Browse files Browse the repository at this point in the history
Co-authored-by: JongHak Seo <[email protected]>
  • Loading branch information
PatrykKuniczak and Jonghakseo authored Dec 18, 2024
1 parent a2e4fc0 commit 4ede671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chrome-extension/manifest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ const manifest = {
side_panel: {
default_path: 'side-panel/index.html',
},
} as chrome.runtime.ManifestV3;
} satisfies chrome.runtime.ManifestV3;

export default manifest;

0 comments on commit 4ede671

Please sign in to comment.