mirror of
https://github.com/movie-web/extension.git
synced 2025-09-13 13:13:24 +00:00
Initial plasmo setup
This commit is contained in:
11
src/popup.tsx
Normal file
11
src/popup.tsx
Normal 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
|
Reference in New Issue
Block a user