Skip to content

Commit b2990fa

Browse files
committed
Deploy abhijithvijayan/kutt-extension to github.com/abhijithvijayan/kutt-extension.git:extension
1 parent d490fe5 commit b2990fa

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

chrome.zip

4 Bytes
Binary file not shown.

chrome/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 2,
33
"name": "Kutt",
4-
"version": "3.2.0",
4+
"version": "3.2.1",
55
"short_name": "Kutt",
66
"description": "Shorten long URLs with just one click.",
77
"icons": {
@@ -31,7 +31,7 @@
3131
},
3232
"minimum_chrome_version": "49",
3333
"permissions": [
34-
"tabs",
34+
"activeTab",
3535
"storage",
3636
"clipboardRead",
3737
"http://*/*",

firefox.xpi

6 Bytes
Binary file not shown.

firefox/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 2,
33
"name": "Kutt",
4-
"version": "3.2.0",
4+
"version": "3.2.1",
55
"short_name": "Kutt",
66
"description": "Shorten long URLs with just one click.",
77
"icons": {
@@ -35,7 +35,7 @@
3535
]
3636
},
3737
"permissions": [
38-
"tabs",
38+
"activeTab",
3939
"storage",
4040
"clipboardWrite",
4141
"clipboardRead",

opera.crx

4 Bytes
Binary file not shown.

opera/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 2,
33
"name": "Kutt",
4-
"version": "3.2.0",
4+
"version": "3.2.1",
55
"short_name": "Kutt",
66
"description": "Shorten long URLs with just one click.",
77
"icons": {
@@ -33,7 +33,7 @@
3333
},
3434
"minimum_opera_version": "36",
3535
"permissions": [
36-
"tabs",
36+
"activeTab",
3737
"storage",
3838
"clipboardRead",
3939
"http://*/*",

0 commit comments

Comments
 (0)