Skip to content

Commit

Permalink
Updated extension to reflect changes in SDK, added better navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
royanger committed Oct 8, 2024
1 parent 9c2d852 commit d078e46
Show file tree
Hide file tree
Showing 4 changed files with 4,317 additions and 3,541 deletions.
2 changes: 1 addition & 1 deletion .env.development.example
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
PLASMO_PUBLIC_CLERK_PUBLISHABLE_KEY=
PLASMO_PUBLIC_CLERK_FRONTEND_API=
CLERK_FRONTEND_API=
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"package": "plasmo package"
},
"dependencies": {
"@clerk/chrome-extension": "1.1.5-snapshot.va3e1056",
"@clerk/chrome-extension": "2.0.0-snapshot.v4fb8995",
"plasmo": "0.88.0",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand All @@ -27,8 +27,13 @@
"typescript": "5.3.3"
},
"manifest": {
"permissions": [
"cookies",
"storage"
],
"host_permissions": [
"https://*/*"
"http://localhost/*",
"$CLERK_FRONTEND_API/*"
],
"key": "$CRX_PUBLIC_KEY"
}
Expand Down
Loading

0 comments on commit d078e46

Please sign in to comment.