Skip to content

Commit

Permalink
Deploy abhijithvijayan/kutt-extension to github.com/abhijithvijayan/k…
Browse files Browse the repository at this point in the history
…utt-extension.git:extension
  • Loading branch information
traviscibot committed May 15, 2019
1 parent 9fc75d4 commit 17d6c00
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 7 deletions.
Binary file modified chrome.zip
Binary file not shown.
10 changes: 8 additions & 2 deletions chrome/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Kutt",
"version": "2.0.0",
"version": "2.0.1",
"description": "URL Shortener",
"icons": {
"16": "assets/favicon-16.png",
Expand Down Expand Up @@ -34,6 +34,12 @@
"chrome_style": false,
"open_in_tab": true
},
"permissions": ["tabs", "storage", "clipboardRead", "https://kutt.it/*/*"],
"permissions": [
"tabs",
"storage",
"clipboardRead",
"http://*/*",
"https://*/*"
],
"short_name": "Kutt"
}
Binary file modified firefox.zip
Binary file not shown.
6 changes: 3 additions & 3 deletions firefox/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Kutt",
"version": "2.0.0",
"version": "2.0.1",
"browser_specific_settings": {
"gecko": {
"id": "[email protected]"
Expand Down Expand Up @@ -38,9 +38,9 @@
"permissions": [
"tabs",
"storage",
"clipboardWrite",
"clipboardRead",
"https://kutt.it/*/*"
"http://*/*",
"https://*/*"
],
"short_name": "Kutt"
}
Binary file modified opera.zip
Binary file not shown.
10 changes: 8 additions & 2 deletions opera/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Kutt",
"version": "2.0.0",
"version": "2.0.1",
"description": "URL Shortener",
"developer": {
"name": "abhijithvijayan"
Expand Down Expand Up @@ -35,6 +35,12 @@
"page": "options.html",
"open_in_tab": true
},
"permissions": ["tabs", "storage", "clipboardRead", "https://kutt.it/*/*"],
"permissions": [
"tabs",
"storage",
"clipboardRead",
"http://*/*",
"https://*/*"
],
"short_name": "Kutt"
}

0 comments on commit 17d6c00

Please sign in to comment.