Skip to content

Commit

Permalink
Deploy abhijithvijayan/kuttUrl-Chrome-extension to github.com/abhijit…
Browse files Browse the repository at this point in the history
…hvijayan/kuttUrl-Chrome-extension.git:extension
  • Loading branch information
traviscibot committed Jan 6, 2019
1 parent b2ccf67 commit 74b7176
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
Binary file added assets/favicon-128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/favicon-16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/favicon-32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/favicon-48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/icon_128.png
Binary file not shown.
Binary file removed assets/icon_16.png
Binary file not shown.
Binary file removed assets/icon_32.png
Binary file not shown.
Binary file removed assets/icon_48.png
Binary file not shown.
Binary file removed assets/logo-kutt.png
Binary file not shown.
Binary file modified assets/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions css/options.css

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

18 changes: 9 additions & 9 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kuttUrl - Shorten URLs",
"version": "0.0.1",
"version": "0.2.0",
"description": "URL Shortener",
"background": {
"scripts": ["js/background.js"],
Expand All @@ -12,17 +12,17 @@
"browser_action": {
"default_popup": "popup.html",
"default_icon": {
"16": "assets/icon_16.png",
"32": "assets/icon_32.png",
"48": "assets/icon_48.png",
"128": "assets/icon_128.png"
"16": "assets/favicon-16.png",
"32": "assets/favicon-32.png",
"48": "assets/favicon-48.png",
"128": "assets/favicon-128.png"
}
},
"options_page": "options.html",
"icons": {
"16": "assets/icon_16.png",
"32": "assets/icon_32.png",
"48": "assets/icon_48.png",
"128": "assets/icon_128.png"
"16": "assets/favicon-16.png",
"32": "assets/favicon-32.png",
"48": "assets/favicon-48.png",
"128": "assets/favicon-128.png"
}
}
2 changes: 1 addition & 1 deletion options.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<section id="options">
<div class="container options__content--holder">
<div class="head__content--holder">
<img class="head__content--logo" src="assets/logo-kutt.png" />
<img class="head__content--logo" src="assets/logo.png" />
<h2 class="head__content--title">kuttUrl</h2>
</div>
<div class="form__content--holder">
Expand Down

0 comments on commit 74b7176

Please sign in to comment.