Skip to content

Commit 21f2160

Browse files
authored
Remove storage permission (#14)
1 parent 5e71552 commit 21f2160

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "clone-with-devpod-extension",
33
"private": true,
4-
"version": "0.3.0",
4+
"version": "0.3.1",
55
"type": "module",
66
"license": "MIT",
77
"scripts": {

src/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"{{chrome}}.service_worker": "src/background.ts",
2121
"{{firefox}}.scripts": ["src/background.ts"]
2222
},
23-
"permissions": ["webNavigation", "storage", "activeTab"],
23+
"permissions": ["webNavigation", "activeTab"],
2424
"content_scripts": [
2525
{
2626
"matches": ["https://github.com/*", "https://gitlab.com/*"],

0 commit comments

Comments
 (0)