Initial plasmo setup

This commit is contained in:
Jorrin
2024-01-07 17:30:00 +01:00
parent d050a96792
commit 9dc8681ad2
25 changed files with 5100 additions and 758 deletions

11
src/popup.tsx Normal file
View File

@@ -0,0 +1,11 @@
function IndexPopup() {
return (
<div style={{ width: 180 }}>
<p>
Extension running at version {chrome.runtime.getManifest().version}
</p>
</div>
)
}
export default IndexPopup