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 Oct 25, 2019
1 parent c8ab870 commit a45e5cf
Show file tree
Hide file tree
Showing 27 changed files with 24 additions and 159 deletions.
Binary file modified chrome.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion chrome/css/history.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion chrome/css/options.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion chrome/css/popup.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion chrome/js/background.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion chrome/js/history.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion chrome/js/options.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion chrome/js/popup.js

Large diffs are not rendered by default.

46 changes: 1 addition & 45 deletions chrome/manifest.json
Original file line number Diff line number Diff line change
@@ -1,45 +1 @@
{
"manifest_version": 2,
"name": "Kutt",
"version": "3.0.2",
"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"}
Binary file modified firefox.zip
Binary file not shown.
Loading

0 comments on commit a45e5cf

Please sign in to comment.