Skip to content

Commit 1e0c7d6

Browse files
authored
Fix manifest, bump up to 0.1.2 (#8)
* Remove unused activeTab permission * Bump up version
1 parent 76fa297 commit 1e0c7d6

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.1.1",
4+
"version": "0.1.2",
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": ["activeTab", "webNavigation", "storage"],
23+
"permissions": ["webNavigation", "storage"],
2424
"content_scripts": [
2525
{
2626
"matches": ["http://github.com/*", "https://github.com/*"],

0 commit comments

Comments
 (0)