We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92e06b0 commit 75770e9Copy full SHA for 75770e9
manifest.json
@@ -1,7 +1,7 @@
1
{
2
"manifest_version": 3,
3
"name": "Arcify: Arc like vertical tab spaces",
4
- "version": "4.0.3",
+ "version": "5.0.0",
5
"description": "A sidebar extension that replicates Arc browser's tab management system",
6
"permissions": [
7
"tabs",
@@ -41,7 +41,9 @@
41
}
42
],
43
"externally_connectable": {
44
- "ids": ["*"]
+ "ids": [
45
+ "*"
46
+ ]
47
},
48
"icons": {
49
"128": "assets/icon.png"
package.json
@@ -1,6 +1,6 @@
"name": "arcify",
"type": "module",
"scripts": {
0 commit comments