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 Feb 5, 2020
1 parent a01c170 commit 8154a67
Show file tree
Hide file tree
Showing 30 changed files with 33 additions and 54 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.

9 changes: 1 addition & 8 deletions chrome/js/background.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions 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.

4 changes: 2 additions & 2 deletions chrome/js/popup.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion chrome/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Kutt",
"version": "3.2.1",
"version": "3.2.2",
"short_name": "Kutt",
"description": "Shorten long URLs with just one click.",
"icons": {
Expand Down
2 changes: 1 addition & 1 deletion chrome/popup.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang="en"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1"><meta http-equiv="X-UA-Compatible" content="ie=edge"><title>Kutt</title><link rel="stylesheet" href="css/popup.css"></head><body><section id="home"><div class="container"><header class="header"><div class="main__logo--holder"><img style="width: 22px; height: 22px;" class="main__logo selectDisable" src="assets/logo.png"></div><div class="main__list--holder"><a class="list__button" href="options.html" target="_blank" rel="noopener noreferrer nofollow" title="Options"><img style="width: 16px; height: 16px;" class="button__icon selectDisable" src="assets/settings.svg"></a><a class="list__button" href="history.html" target="_blank" rel="noopener noreferrer nofollow" title="History"><img style="width: 16px; height: 16px;" class="button__icon selectDisable" src="assets/history.svg"></a></div></header><div class="content__holder"><div class="url__content--holder text-center"><div class="url__content--url"><div class="v-none" id="copy__alert">Copied to clipboard!</div><h4 id="url__content-inner">Shortening...</h4></div><ul class="buttons__content--holder d-none"><li class="copy__content--holder" id="button__copy--holder" title="Copy"><img style="width: 13px; height: 13px;" id="button__copy" class="selectDisable" src="assets/copy.svg" alt="copy"></li><li class="qrbtn__content--holder" id="button__qrcode--holder" title="QR code"><img style="width: 13px; height: 13px;" id="button__qrcode" class="selectDisable" src="assets/qrcode.svg" alt="QR Code"></li></ul></div><div class="qrcode__content--holder selectDisable text-center d-none"><img id="qr_code" src="#" alt="QRCode"></div></div></div></section><script src="js/popup.js"></script></body></html>
<!doctype html><html lang="en"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1"><meta http-equiv="X-UA-Compatible" content="ie=edge"><title>Kutt</title><link rel="stylesheet" href="css/popup.css"></head><body><section id="home"><div class="container"><header class="header"><div class="main__logo--holder"><img style="width: 22px; height: 22px;" class="main__logo selectDisable" src="assets/logo.png"></div><div class="main__list--holder"><a class="list__button" href="options.html" target="_blank" rel="noopener noreferrer nofollow" title="Options"><img style="width: 16px; height: 16px;" class="button__icon selectDisable" src="assets/settings.svg"></a><a class="list__button" href="history.html" target="_blank" rel="noopener noreferrer nofollow" title="History"><img style="width: 16px; height: 16px;" class="button__icon selectDisable" src="assets/history.svg"></a></div></header><div class="content__holder"><div class="d-none text-center" id="warning">Warning: Upgrade Kutt to v2. <a href="https://github.com/abhijithvijayan/kutt-extension/issues/77" target="_blank" rel="noopener noreferrer nofollow">Read More!</a></div><div class="url__content--holder text-center"><div class="url__content--url"><div class="v-none" id="copy__alert">Copied to clipboard!</div><h4 id="url__content-inner">Shortening...</h4></div><ul class="buttons__content--holder d-none"><li class="copy__content--holder" id="button__copy--holder" title="Copy"><img style="width: 13px; height: 13px;" id="button__copy" class="selectDisable" src="assets/copy.svg" alt="copy"></li><li class="qrbtn__content--holder" id="button__qrcode--holder" title="QR code"><img style="width: 13px; height: 13px;" id="button__qrcode" class="selectDisable" src="assets/qrcode.svg" alt="QR Code"></li></ul></div><div class="qrcode__content--holder selectDisable text-center d-none"><img id="qr_code" src="#" alt="QRCode"></div></div></div></section><script src="js/popup.js"></script></body></html>
Binary file modified firefox.xpi
Binary file not shown.
Loading

0 comments on commit 8154a67

Please sign in to comment.