Skip to content

Commit

Permalink
extension: run in an offscreen page
Browse files Browse the repository at this point in the history
  • Loading branch information
Twey committed Nov 6, 2024
1 parent 04d4074 commit 0238b3f
Show file tree
Hide file tree
Showing 16 changed files with 1,177 additions and 485 deletions.
9 changes: 5 additions & 4 deletions extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,16 @@
"preview": "vite preview"
},
"dependencies": {
"@shoelace-style/shoelace": "^2.15.0",
"lit": "^3.1.2",
"@shoelace-style/shoelace": "^2.16.0",
"lit": "^3.2.0",
"randomstring": "^1.3.0",
"webext-bridge": "^6.0.1"
},
"devDependencies": {
"@types/chrome": "^0.0.267",
"@types/randomstring": "^1.3.0",
"typescript": "^5.2.2",
"vite": "^5.2.0"
"ts-auto-guard": "^5.0.1",
"typescript": "^5.6.2",
"vite": "^5.4.5"
}
}
Loading

0 comments on commit 0238b3f

Please sign in to comment.