Skip to content

Commit

Permalink
1.1.0 🔥
Browse files Browse the repository at this point in the history
  • Loading branch information
dhrxvjhx committed Jan 13, 2021
1 parent 9e82213 commit ff0569b
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 17 deletions.
Binary file added img/BG-LOGO-DERTIN.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 img/LOGO-DERTIN.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 12 additions & 13 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="google-site-verification" content="G9jO8msdLYM2qG7IWO9iUe3MR-4DynaoL20IEDBAN0M" />
<meta
name="google-site-verification"
content="G9jO8msdLYM2qG7IWO9iUe3MR-4DynaoL20IEDBAN0M"
/>
<link rel="icon" type="image/png" href="img/Dertin_1.png" />
<link rel="stylesheet" type="text/css" href="styles/main.css" />
<link
Expand All @@ -13,11 +16,7 @@
<title>New Tab | Dertin</title>
</head>
<body>
<img
src="img/Dertin_1.png"
alt="Dertin"
class="animated fadeIn"
/>
<img src="img/Dertin_1.png" alt="Dertin" class="animated fadeIn" />

<div class="dropdown" style="float: right">
<button class="dropbtn">
Expand All @@ -35,11 +34,9 @@
/>
</svg>
</button>

git
<div class="dropdown-content">
<a href="https://github.com/dhrxvjhx/Dertin/issues" target="_blank"
>Need Help?</a
>
<a href="https://github.com/dhrxvjhx/Dertin/issues">Need Help?</a>
<a href="https://linktr.ee/dhruvjha">Contact Dev</a>
<a href="https://github.com/dhrxvjhx/Dertin/releases">Updates?</a>
</div>
Expand Down Expand Up @@ -68,9 +65,11 @@
<p id="clock" class="animated fadeIn"></p>
<p id="Dertin" class="animated fadeIn">Dertin</p>


<p class="smalldevice">OOPS!! Looks like you're not on the correct device, If you're using a device with extension capabilities and still see this message, <a href="https://github.com/dhrxvjhx/Dertin/issues">Contact Us</a></p>

<p class="smalldevice">
OOPS!! Looks like you're not on the correct device, If you're using a
device with extension capabilities and still see this message,
<a href="https://github.com/dhrxvjhx/Dertin/issues">Contact Us</a>
</p>
</body>
<script type="text/javascript" src="scripts/app.js"></script>
</html>
7 changes: 3 additions & 4 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
{
"manifest_version": 2,
"lang": "en-US",
"name": "Dertin",
"version": "1.0.2",
"version": "1.1.0",
"description": "A Custom New Tab for your homepage ",
"offline_enabled": true,
"icons": {
"128": "img/Dertin_2.png"},
"128": "img/LOGO-DERTIN.png"},
"browser_action": {
"default_icon": "img/Dertin_2.png"},
"default_icon": "img/BG-LOGO-DERTIN.png"},
"permissions": ["activeTab", "declarativeContent", "storage"],
"chrome_url_overrides": {
"newtab": "index.html"
Expand Down

0 comments on commit ff0569b

Please sign in to comment.