Skip to content

Commit

Permalink
Version 2
Browse files Browse the repository at this point in the history
use dashboard.artivain.com
  • Loading branch information
GoudronViande24 committed Aug 20, 2022
1 parent 43cd734 commit 34810b8
Show file tree
Hide file tree
Showing 5 changed files with 60 additions and 9 deletions.
3 changes: 0 additions & 3 deletions .gitmodules

This file was deleted.

17 changes: 17 additions & 0 deletions icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
38 changes: 38 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Dashboard</title>
<link rel="shortcut icon" href="https://assets.artivain.com/fav/main/fav.svg">

<style type="text/css">
body,
html {
margin: 0;
padding: 0;
height: 100%;
overflow: hidden;
}

#content {
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 0px;
}
</style>
</head>

<body>
<div id="content">
<iframe id="iframe" width="100%" height="100%" frameborder="0" src="https://dashboard.artivain.com">
Cannot load the newtab page.
</iframe>
</div>
</body>

</html>
10 changes: 5 additions & 5 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"manifest_version": 2,
"name": "Artivain Newtab",
"version": "1.1",
"name": "Artivain Dashboard",
"version": "2.0",
"description": "A simple new tab extension for Firefox",
"icons": {
"48": "src/icons/artivain.svg"
"48": "icon.svg"
},
"chrome_url_overrides": {
"newtab": "src/index.html"
"newtab": "index.html"
},
"chrome_settings_overrides": {
"homepage": "src/index.html"
"homepage": "index.html"
}
}
1 change: 0 additions & 1 deletion src
Submodule src deleted from 3a53e2

0 comments on commit 34810b8

Please sign in to comment.