Compare commits

..

14 Commits
3.0.1 ... 3.1.2

Author SHA1 Message Date
Deployment Bot (from Travis CI)
e0df908254 Deploy abhijithvijayan/kutt-extension to github.com/abhijithvijayan/kutt-extension.git:extension 2019-12-12 02:09:57 +00:00
Deployment Bot (from Travis CI)
843ac1b56b Deploy abhijithvijayan/kutt-extension to github.com/abhijithvijayan/kutt-extension.git:extension 2019-12-12 02:08:09 +00:00
Deployment Bot (from Travis CI)
9f7595245f Deploy abhijithvijayan/kutt-extension to github.com/abhijithvijayan/kutt-extension.git:extension 2019-12-12 02:06:19 +00:00
Deployment Bot (from Travis CI)
a041e9f72f Deploy abhijithvijayan/kutt-extension to github.com/abhijithvijayan/kutt-extension.git:extension 2019-12-12 02:03:32 +00:00
Deployment Bot (from Travis CI)
f3d2befe64 Deploy abhijithvijayan/kutt-extension to github.com/abhijithvijayan/kutt-extension.git:extension 2019-11-09 04:34:52 +00:00
Deployment Bot (from Travis CI)
b2d09bf25f Deploy abhijithvijayan/kutt-extension to github.com/abhijithvijayan/kutt-extension.git:extension 2019-11-04 14:49:39 +00:00
Deployment Bot (from Travis CI)
061357de76 Deploy abhijithvijayan/kutt-extension to github.com/abhijithvijayan/kutt-extension.git:extension 2019-11-01 13:48:34 +00:00
Deployment Bot (from Travis CI)
a45e5cf12e Deploy abhijithvijayan/kutt-extension to github.com/abhijithvijayan/kutt-extension.git:extension 2019-10-25 15:13:03 +00:00
Deployment Bot (from Travis CI)
c8ab870524 Deploy abhijithvijayan/kutt-extension to github.com/abhijithvijayan/kutt-extension.git:extension 2019-10-18 15:48:48 +00:00
Deployment Bot (from Travis CI)
e1a20928ff Deploy abhijithvijayan/kutt-extension to github.com/abhijithvijayan/kutt-extension.git:extension 2019-09-24 17:46:52 +00:00
Deployment Bot (from Travis CI)
41e35dd395 Deploy abhijithvijayan/kutt-extension to github.com/abhijithvijayan/kutt-extension.git:extension 2019-09-24 17:43:23 +00:00
Deployment Bot (from Travis CI)
479d7b4eab Deploy abhijithvijayan/kutt-extension to github.com/abhijithvijayan/kutt-extension.git:extension 2019-08-24 13:18:05 +00:00
Deployment Bot (from Travis CI)
bcd9888f0b Deploy abhijithvijayan/kutt-extension to github.com/abhijithvijayan/kutt-extension.git:extension 2019-07-11 05:15:42 +00:00
Deployment Bot (from Travis CI)
4b24867d89 Deploy abhijithvijayan/kutt-extension to github.com/abhijithvijayan/kutt-extension.git:extension 2019-07-04 10:07:35 +00:00
20 changed files with 108 additions and 58 deletions

Binary file not shown.

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -1,7 +1,8 @@
{
"manifest_version": 2,
"name": "Kutt",
"version": "3.0.1",
"version": "3.1.2",
"short_name": "Kutt",
"description": "Shorten long URLs with just one click.",
"icons": {
"16": "assets/favicon-16.png",
@@ -9,6 +10,8 @@
"48": "assets/favicon-48.png",
"128": "assets/favicon-128.png"
},
"homepage_url": "https://github.com/abhijithvijayan/kutt-extension",
"author": "abhijithvijayan",
"browser_action": {
"default_popup": "popup.html",
"default_icon": {
@@ -20,20 +23,13 @@
"default_title": "Shorten this URL",
"chrome_style": false
},
"author": "abhijithvijayan",
"background": {
"persistent": false,
"scripts": ["js/background.js"]
"scripts": [
"js/background.js"
]
},
"homepage_url": "https://github.com/abhijithvijayan/kutt-extension",
"minimum_chrome_version": "49",
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"options_page": "options.html",
"options_ui": {
"page": "options.html",
"chrome_style": false,
"open_in_tab": true
},
"permissions": [
"tabs",
"storage",
@@ -41,5 +37,11 @@
"http://*/*",
"https://*/*"
],
"short_name": "Kutt"
}
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"options_page": "options.html",
"options_ui": {
"page": "options.html",
"open_in_tab": true,
"chrome_style": false
}
}

BIN
firefox.xpi Normal file

Binary file not shown.

Binary file not shown.

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -1,12 +1,8 @@
{
"manifest_version": 2,
"name": "Kutt",
"version": "3.0.1",
"browser_specific_settings": {
"gecko": {
"id": "support@kutt.it"
}
},
"version": "3.1.2",
"short_name": "Kutt",
"description": "Shorten long URLs with just one click.",
"icons": {
"16": "assets/favicon-16.png",
@@ -14,6 +10,14 @@
"48": "assets/favicon-48.png",
"128": "assets/favicon-128.png"
},
"homepage_url": "https://github.com/abhijithvijayan/kutt-extension",
"browser_specific_settings": {
"gecko": {
"id": "support@kutt.it",
"strict_min_version": "52.0"
}
},
"author": "abhijithvijayan",
"browser_action": {
"default_popup": "popup.html",
"default_icon": {
@@ -25,15 +29,10 @@
"default_title": "Shorten this URL",
"browser_style": false
},
"author": "abhijithvijayan",
"background": {
"scripts": ["js/background.js"]
},
"homepage_url": "https://github.com/abhijithvijayan/kutt-extension",
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"options_ui": {
"page": "options.html",
"open_in_tab": true
"scripts": [
"js/background.js"
]
},
"permissions": [
"tabs",
@@ -43,5 +42,10 @@
"http://*/*",
"https://*/*"
],
"short_name": "Kutt"
}
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"options_ui": {
"page": "options.html",
"open_in_tab": true,
"browser_style": false
}
}

BIN
opera.crx Normal file

Binary file not shown.

BIN
opera.zip

Binary file not shown.

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -1,17 +1,19 @@
{
"manifest_version": 2,
"name": "Kutt",
"version": "3.0.1",
"version": "3.1.2",
"short_name": "Kutt",
"description": "Shorten long URLs with just one click.",
"developer": {
"name": "abhijithvijayan"
},
"icons": {
"16": "assets/favicon-16.png",
"32": "assets/favicon-32.png",
"48": "assets/favicon-48.png",
"128": "assets/favicon-128.png"
},
"homepage_url": "https://github.com/abhijithvijayan/kutt-extension",
"developer": {
"name": "abhijithvijayan"
},
"browser_action": {
"default_popup": "popup.html",
"default_icon": {
@@ -25,16 +27,11 @@
},
"background": {
"persistent": false,
"scripts": ["js/background.js"]
"scripts": [
"js/background.js"
]
},
"homepage_url": "https://github.com/abhijithvijayan/kutt-extension",
"minimum_opera_version": "36",
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"options_page": "options.html",
"options_ui": {
"page": "options.html",
"open_in_tab": true
},
"permissions": [
"tabs",
"storage",
@@ -42,5 +39,10 @@
"http://*/*",
"https://*/*"
],
"short_name": "Kutt"
}
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"options_page": "options.html",
"options_ui": {
"page": "options.html",
"open_in_tab": true
}
}