mirror of
https://github.com/thedevs-network/kutt-extension.git
synced 2026-02-11 00:52:03 +00:00
Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a45e5cf12e | ||
|
|
c8ab870524 | ||
|
|
e1a20928ff | ||
|
|
41e35dd395 | ||
|
|
479d7b4eab | ||
|
|
bcd9888f0b | ||
|
|
4b24867d89 | ||
|
|
2deeb27b66 | ||
|
|
3798ed099d |
BIN
chrome.zip
BIN
chrome.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
@@ -1,45 +1 @@
|
||||
{
|
||||
"manifest_version": 2,
|
||||
"name": "Kutt",
|
||||
"version": "3.0.0",
|
||||
"description": "Shorten long URLs with just one click.",
|
||||
"icons": {
|
||||
"16": "assets/favicon-16.png",
|
||||
"32": "assets/favicon-32.png",
|
||||
"48": "assets/favicon-48.png",
|
||||
"128": "assets/favicon-128.png"
|
||||
},
|
||||
"browser_action": {
|
||||
"default_popup": "popup.html",
|
||||
"default_icon": {
|
||||
"16": "assets/favicon-16.png",
|
||||
"32": "assets/favicon-32.png",
|
||||
"48": "assets/favicon-48.png",
|
||||
"128": "assets/favicon-128.png"
|
||||
},
|
||||
"default_title": "Shorten this URL",
|
||||
"chrome_style": false
|
||||
},
|
||||
"author": "abhijithvijayan",
|
||||
"background": {
|
||||
"persistent": false,
|
||||
"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",
|
||||
"clipboardRead",
|
||||
"http://*/*",
|
||||
"https://*/*"
|
||||
],
|
||||
"short_name": "Kutt"
|
||||
}
|
||||
{"version":"3.1.0","name":"Kutt","description":"Shorten long URLs with just one click.","icons":{"16":"assets/favicon-16.png","32":"assets/favicon-32.png","48":"assets/favicon-48.png","128":"assets/favicon-128.png"},"browser_action":{"default_popup":"popup.html","default_icon":{"16":"assets/favicon-16.png","32":"assets/favicon-32.png","48":"assets/favicon-48.png","128":"assets/favicon-128.png"},"default_title":"Shorten this URL","chrome_style":false},"manifest_version":2,"author":"abhijithvijayan","background":{"persistent":false,"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","clipboardRead","http://*/*","https://*/*"],"short_name":"Kutt"}
|
||||
BIN
firefox.zip
BIN
firefox.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
@@ -1,47 +1 @@
|
||||
{
|
||||
"manifest_version": 2,
|
||||
"name": "Kutt",
|
||||
"version": "3.0.0",
|
||||
"browser_specific_settings": {
|
||||
"gecko": {
|
||||
"id": "support@kutt.it"
|
||||
}
|
||||
},
|
||||
"description": "Shorten long URLs with just one click.",
|
||||
"icons": {
|
||||
"16": "assets/favicon-16.png",
|
||||
"32": "assets/favicon-32.png",
|
||||
"48": "assets/favicon-48.png",
|
||||
"128": "assets/favicon-128.png"
|
||||
},
|
||||
"browser_action": {
|
||||
"default_popup": "popup.html",
|
||||
"default_icon": {
|
||||
"16": "assets/favicon-16.png",
|
||||
"32": "assets/favicon-32.png",
|
||||
"48": "assets/favicon-48.png",
|
||||
"128": "assets/favicon-128.png"
|
||||
},
|
||||
"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
|
||||
},
|
||||
"permissions": [
|
||||
"tabs",
|
||||
"storage",
|
||||
"clipboardWrite",
|
||||
"clipboardRead",
|
||||
"http://*/*",
|
||||
"https://*/*"
|
||||
],
|
||||
"short_name": "Kutt"
|
||||
}
|
||||
{"version":"3.1.0","name":"Kutt","browser_specific_settings":{"gecko":{"id":"support@kutt.it"}},"description":"Shorten long URLs with just one click.","icons":{"16":"assets/favicon-16.png","32":"assets/favicon-32.png","48":"assets/favicon-48.png","128":"assets/favicon-128.png"},"browser_action":{"default_popup":"popup.html","default_icon":{"16":"assets/favicon-16.png","32":"assets/favicon-32.png","48":"assets/favicon-48.png","128":"assets/favicon-128.png"},"default_title":"Shorten this URL","browser_style":false},"manifest_version":2,"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},"permissions":["tabs","storage","clipboardWrite","clipboardRead","http://*/*","https://*/*"],"short_name":"Kutt"}
|
||||
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
@@ -1,46 +1 @@
|
||||
{
|
||||
"manifest_version": 2,
|
||||
"name": "Kutt",
|
||||
"version": "3.0.0",
|
||||
"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"
|
||||
},
|
||||
"browser_action": {
|
||||
"default_popup": "popup.html",
|
||||
"default_icon": {
|
||||
"16": "assets/favicon-16.png",
|
||||
"32": "assets/favicon-32.png",
|
||||
"48": "assets/favicon-48.png",
|
||||
"128": "assets/favicon-128.png"
|
||||
},
|
||||
"default_title": "Shorten this URL",
|
||||
"chrome_style": false
|
||||
},
|
||||
"background": {
|
||||
"persistent": false,
|
||||
"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",
|
||||
"clipboardRead",
|
||||
"http://*/*",
|
||||
"https://*/*"
|
||||
],
|
||||
"short_name": "Kutt"
|
||||
}
|
||||
{"version":"3.1.0","name":"Kutt","description":"Shorten long URLs with just one click.","icons":{"16":"assets/favicon-16.png","32":"assets/favicon-32.png","48":"assets/favicon-48.png","128":"assets/favicon-128.png"},"browser_action":{"default_popup":"popup.html","default_icon":{"16":"assets/favicon-16.png","32":"assets/favicon-32.png","48":"assets/favicon-48.png","128":"assets/favicon-128.png"},"default_title":"Shorten this URL","chrome_style":false},"manifest_version":2,"developer":{"name":"abhijithvijayan"},"background":{"persistent":false,"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","clipboardRead","http://*/*","https://*/*"],"short_name":"Kutt"}
|
||||
Reference in New Issue
Block a user