Skip to content

Commit 2d4d7c6

Browse files
release: 1.0.16
1 parent 1421463 commit 2d4d7c6

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

manifest.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"update_url": "https://clients2.google.com/service/update2/crx",
33
"manifest_version": 3,
44
"name": "Tab Modifier",
5-
"version": "1.0.14",
5+
"version": "1.0.16",
66
"description": "Take control of your tabs",
77
"homepage_url": "https://github.com/furybee/chrome-tab-modifier",
88
"action": {
@@ -465,8 +465,7 @@
465465
"tabGroups",
466466
"storage",
467467
"contextMenus",
468-
"scripting",
469-
"permissions"
468+
"scripting"
470469
],
471470
"host_permissions": [
472471
"http://*/*",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tab-modifier",
33
"private": true,
4-
"version": "1.0.14",
4+
"version": "1.0.16",
55
"type": "module",
66
"scripts": {
77
"test": "vitest --run",

0 commit comments

Comments
 (0)