Skip to content

Commit

Permalink
Version 2.6.0 Updates
Browse files Browse the repository at this point in the history
* Update jQuery
* README tweak
* Adding new terms
  • Loading branch information
rottina committed Apr 21, 2019
1 parent 80f0da6 commit 23ae83e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Albumized!
Replace your boring new tab screen! Enjoy tumbling album covers each time you open a new tab.
Replace your boring new tab screen. Enjoy tumbling album art each time you open a new tab.

* [Albumized! Chrome Store URL](https://chrome.google.com/webstore/detail/albumized/mlkpfclkgiaocddpdpcmabfghfhhcnao)

Expand Down
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<link rel="stylesheet" type="text/css" href="/lib/core.css">
<script src="lib/jquery.min.js" defer></script>
<script src="lib/box2dweb-2.1a.4.min.js" defer></script>
<script src="lib/konami.min.js" defer></script>
<script src="lib/typed.min.js" defer></script>
<script src="lib/core.js" defer></script>
<meta name="author" content="Mike Rottina">
<title>🎶 Albumized!</title>
</head>
Expand Down Expand Up @@ -35,10 +40,5 @@ <h3></h3>
<img id="album15" class="album" src="http://is1.mzstatic.com/image/thumb/Music3/v4/6d/77/8c/6d778c49-75b1-ad06-cb82-0a358f1424d7/842803008360.jpg/294x294bb-85.jpg" alt="album15"> <!-- sspp -->
<img id="album16" class="album" src="https://f4.bcbits.com/img/a1126103645_16.jpg" alt="album16"><!-- witness-->

<script src="lib/jquery.min.js"></script>
<script src="lib/box2dweb-2.1a.4.min.js"></script>
<script src="lib/konami.min.js"></script>
<script src="lib/typed.min.js"></script>
<script src="lib/core.js"></script>
</body>
</html>
6 changes: 2 additions & 4 deletions lib/jquery.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"tabs"
],
"short_name": "Albumized",
"version": "2.5.3",
"version": "2.6.0",
"web_accessible_resources": [
"index.html",
"img/*.*",
Expand Down

0 comments on commit 23ae83e

Please sign in to comment.