Skip to content

Commit 547e995

Browse files
committed
Deploy abhijithvijayan/kutt-extension to github.com/abhijithvijayan/kutt-extension.git:extension
1 parent c07dcf2 commit 547e995

33 files changed

+30
-129
lines changed

chrome.zip

12.9 KB
Binary file not shown.

chrome/css/options.css

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

chrome/css/popup.css

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

chrome/history.html

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1 @@
1-
<!DOCTYPE html>
2-
<html lang="en">
3-
4-
<head>
5-
<meta charset="UTF-8" />
6-
<meta name="viewport" content="width=device-width" />
7-
<title>History : Kutt Extension</title>
8-
</head>
9-
10-
<body>
11-
<div id="history-root"></div>
12-
<script type="text/javascript" src="js/history.bundle.js"></script></body>
13-
14-
</html>
1+
<!doctype html><html lang="en"><head><meta charset="UTF-8"/><meta name="viewport" content="width=device-width"/><title>History : Kutt Extension</title></head><body><div id="history-root"></div><script src="js/history.bundle.js"></script></body></html>

chrome/js/background.bundle.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.

chrome/js/history.bundle.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.

chrome/js/options.bundle.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.

chrome/js/popup.bundle.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.

chrome/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"48": "assets/favicon-48.png",
1111
"128": "assets/favicon-128.png"
1212
},
13-
"homepage_url": "https://github.com/abhijithvijayan/kutt-extension",
13+
"homepage_url": "https://github.com/abhijithvijayan/kutt-extension.git",
1414
"author": "abhijithvijayan",
1515
"browser_action": {
1616
"default_popup": "popup.html",

chrome/options.html

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1 @@
1-
<!DOCTYPE html>
2-
<html lang="en">
3-
<head>
4-
<meta charset="UTF-8" />
5-
<meta name="viewport" content="width=500" />
6-
<title>Options: Kutt</title>
7-
<link href="css/options.css" rel="stylesheet"></head>
8-
<body>
9-
<div id="options-root"></div>
10-
<script type="text/javascript" src="js/options.bundle.js"></script></body>
11-
</html>
1+
<!doctype html><html lang="en"><head><meta charset="UTF-8"/><meta name="viewport" content="width=500"/><title>Options: Kutt</title><link href="css/options.css" rel="stylesheet"></head><body><div id="options-root"></div><script src="js/options.bundle.js"></script></body></html>

0 commit comments

Comments
 (0)