first commit
Some checks failed
Release / Release (push) Failing after 1m44s

This commit is contained in:
Lectom C Han
2025-07-07 18:53:25 +09:00
commit 421105f082
102 changed files with 63663 additions and 0 deletions

View File

@@ -0,0 +1,33 @@
{
"name": "plasmo-browserext",
"private": true,
"displayName": "Plasmo browserext",
"version": "0.0.1",
"description": "A basic Plasmo extension.",
"author": "Plasmo Corp. <foss@plasmo.com>",
"scripts": {
"dev": "plasmo dev",
"build": "plasmo build",
"test": "plasmo test"
},
"dependencies": {
"plasmo": "0.84.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"@aptabase/browser": "*"
},
"devDependencies": {
"@types/chrome": "0.0.254",
"@types/react": "18.2.45",
"@types/react-dom": "18.2.17",
"typescript": "5.3.3"
},
"manifest": {
"permissions": [
"storage"
],
"host_permissions": [
"https://*/*"
]
}
}