Skip to content

Commit

Permalink
Revert "as startpage"
Browse files Browse the repository at this point in the history
This reverts commit b4fd84e.
  • Loading branch information
mahmoudk1000 committed Aug 15, 2024
1 parent b4fd84e commit 4be7c8a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 58 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ <h1 class="quote">The internet is, where knowledge flows freely,<br>but so does
</div>
</div>
<div class="menu_place" style="background-color: #F28FAD20">
<div class="menu_name" style="background-color: #F28FAD">OTHERS</div>
<div class="menu_name" style="background-color: #F28FAD">SONSTIGE</div>
<div class="list">
<a class="link_text" href="https://www.netflix.com/browse">
<div class="in_list_general in_list_four">Netflix</div>
Expand Down
11 changes: 0 additions & 11 deletions js/background.js

This file was deleted.

19 changes: 6 additions & 13 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,28 +5,21 @@
"version": "3.1.1",
"description": "Minimal start page made for elegant look and simple at same time.",
"author": "mahmoudk1000",

"icons": {
"48": "images/icon.png"
},

"background": {
"scripts": [
"js/time.js",
"js/weather.js",
"js/background.js"
"js/weather.js"
]
},
"options_ui": {
"page": "options.html",
"open_in_tab": true
},

"chrome_url_overrides": {
"newtab": "index.html"
},
"permissions": [
"storage",
"webNavigation"
],
"web_accessible_resources": [
"index.html"
]

"permissions": ["storage", "tabs", "sessions"]
}
33 changes: 0 additions & 33 deletions options.html

This file was deleted.

0 comments on commit 4be7c8a

Please sign in to comment.