We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1421463 commit 2d4d7c6Copy full SHA for 2d4d7c6
manifest.json
@@ -2,7 +2,7 @@
2
"update_url": "https://clients2.google.com/service/update2/crx",
3
"manifest_version": 3,
4
"name": "Tab Modifier",
5
- "version": "1.0.14",
+ "version": "1.0.16",
6
"description": "Take control of your tabs",
7
"homepage_url": "https://github.com/furybee/chrome-tab-modifier",
8
"action": {
@@ -465,8 +465,7 @@
465
"tabGroups",
466
"storage",
467
"contextMenus",
468
- "scripting",
469
- "permissions"
+ "scripting"
470
],
471
"host_permissions": [
472
"http://*/*",
package.json
@@ -1,7 +1,7 @@
1
{
"name": "tab-modifier",
"private": true,
"type": "module",
"scripts": {
"test": "vitest --run",
0 commit comments