-
-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploy abhijithvijayan/kutt-extension to github.com/abhijithvijayan/k…
…utt-extension.git:extension
- Loading branch information
1 parent
e6921f4
commit 9aa5a9a
Showing
12 changed files
with
125 additions
and
141 deletions.
There are no files selected for viewing
Binary file not shown.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,46 +1,39 @@ | ||
{ | ||
"manifest_version": 2, | ||
"name": "Kutt", | ||
"version": "1.0.4", | ||
"description": "URL Shortener", | ||
"icons": { | ||
"16": "assets/favicon-16.png", | ||
"32": "assets/favicon-32.png", | ||
"48": "assets/favicon-48.png", | ||
"128": "assets/favicon-128.png" | ||
"manifest_version": 2, | ||
"name": "Kutt", | ||
"version": "1.0.5", | ||
"description": "URL Shortener", | ||
"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" | ||
}, | ||
"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": "Kutt", | ||
"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", | ||
"https://kutt.it/*/*" | ||
], | ||
"short_name": "Kutt" | ||
} | ||
"default_title": "Kutt", | ||
"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", "https://kutt.it/*/*"], | ||
"short_name": "Kutt" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 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" title="Options"><img class="button__icon selectDisable" src="assets/settings.svg"></a><a class="list__button" href="history.html" target="_blank" rel="noopener" title="History"><img 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 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 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" 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" 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> |
Binary file not shown.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.