Skip to content

Commit a16d802

Browse files
committed
Deploy abhijithvijayan/kuttUrl-Chrome-extension to github.com/abhijithvijayan/kuttUrl-Chrome-extension.git:extension
1 parent eb3aef6 commit a16d802

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

js/options.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kuttUrl - Shorten URLs",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "URL Shortener",
55
"background": {
66
"scripts": ["js/background.js"],

popup.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<img class="main__logo" src="assets/logo.png">
1717
</li>
1818
<li class="github__content-holder">
19-
<a href="https://github.com/abhijithvijayan/kuttUrl-Chrome/" target="_blank" rel="noopener" title="GitHub">
19+
<a href="https://github.com/abhijithvijayan/kuttUrl-Chrome-extension" target="_blank" rel="noopener" title="GitHub">
2020
<img class="github__logo" src="assets/github.svg"></a>
2121
</li>
2222
<li class="options__content-holder" id="options__content-holder" title="Options">

0 commit comments

Comments
 (0)