Compare commits

...

3 Commits
2.0.0 ... 2.0.1

6 changed files with 19 additions and 7 deletions

Binary file not shown.

View File

@@ -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",
@@ -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 not shown.

View File

@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Kutt",
"version": "2.0.0",
"version": "2.0.1",
"browser_specific_settings": {
"gecko": {
"id": "support@kutt.it"
@@ -38,9 +38,9 @@
"permissions": [
"tabs",
"storage",
"clipboardWrite",
"clipboardRead",
"https://kutt.it/*/*"
"http://*/*",
"https://*/*"
],
"short_name": "Kutt"
}

BIN
opera.zip

Binary file not shown.

View File

@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Kutt",
"version": "2.0.0",
"version": "2.0.1",
"description": "URL Shortener",
"developer": {
"name": "abhijithvijayan"
@@ -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"
}