Skip to content

Commit

Permalink
chore(manifest): remove tabs permission
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcnk committed Jun 20, 2024
1 parent de9faa1 commit dc7dad6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/extension/manifest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default defineManifest((env) => ({
version: `${major}.${minor}.${patch}.${label}`,
version_name: version,
action: { default_popup: "index.html" },
permissions: ["storage", "activeTab", "tabs", "background"],
permissions: ["storage", "activeTab", "background"],
background: {
service_worker: "src/background/index.ts",
type: "module",
Expand Down
2 changes: 1 addition & 1 deletion apps/extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@palladxyz/extension",
"version": "0.5.2",
"version": "0.5.3",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion packages/features/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@palladxyz/features",
"version": "0.5.2",
"version": "0.5.3",
"description": "",
"type": "module",
"module": "dist/index.js",
Expand Down

0 comments on commit dc7dad6

Please sign in to comment.