Skip to content

Commit 17d6c00

Browse files
committed
Deploy abhijithvijayan/kutt-extension to github.com/abhijithvijayan/kutt-extension.git:extension
1 parent 9fc75d4 commit 17d6c00

File tree

6 files changed

+19
-7
lines changed

6 files changed

+19
-7
lines changed

chrome.zip

1 Byte
Binary file not shown.

chrome/manifest.json

Lines changed: 8 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": "2.0.0",
4+
"version": "2.0.1",
55
"description": "URL Shortener",
66
"icons": {
77
"16": "assets/favicon-16.png",
@@ -34,6 +34,12 @@
3434
"chrome_style": false,
3535
"open_in_tab": true
3636
},
37-
"permissions": ["tabs", "storage", "clipboardRead", "https://kutt.it/*/*"],
37+
"permissions": [
38+
"tabs",
39+
"storage",
40+
"clipboardRead",
41+
"http://*/*",
42+
"https://*/*"
43+
],
3844
"short_name": "Kutt"
3945
}

firefox.zip

-5 Bytes
Binary file not shown.

firefox/manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 2,
33
"name": "Kutt",
4-
"version": "2.0.0",
4+
"version": "2.0.1",
55
"browser_specific_settings": {
66
"gecko": {
77
@@ -38,9 +38,9 @@
3838
"permissions": [
3939
"tabs",
4040
"storage",
41-
"clipboardWrite",
4241
"clipboardRead",
43-
"https://kutt.it/*/*"
42+
"http://*/*",
43+
"https://*/*"
4444
],
4545
"short_name": "Kutt"
4646
}

opera.zip

2 Bytes
Binary file not shown.

opera/manifest.json

Lines changed: 8 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": "2.0.0",
4+
"version": "2.0.1",
55
"description": "URL Shortener",
66
"developer": {
77
"name": "abhijithvijayan"
@@ -35,6 +35,12 @@
3535
"page": "options.html",
3636
"open_in_tab": true
3737
},
38-
"permissions": ["tabs", "storage", "clipboardRead", "https://kutt.it/*/*"],
38+
"permissions": [
39+
"tabs",
40+
"storage",
41+
"clipboardRead",
42+
"http://*/*",
43+
"https://*/*"
44+
],
3945
"short_name": "Kutt"
4046
}

0 commit comments

Comments
 (0)