Add initial extension files for halfPage startpage
- Added icon image for the extension. - Created manifest.json for extension configuration with permissions and new tab override. - Implemented sidebar component with user settings for name, search engine, weather location, color scheme, and theme selection.
This commit is contained in:
parent
8de0faf8fa
commit
c894c6f440
10 changed files with 166 additions and 61 deletions
|
@ -1,10 +1,10 @@
|
|||
<!doctype html>
|
||||
<html lang="en" data-bs-theme="dark" data-bs-core="default">
|
||||
<html lang="en" data-bs-theme="dark" data-bs-core="default" id="html">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" id="favicon" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta name="color-scheme" content="dark">
|
||||
<meta name="color-scheme" content="light dark">
|
||||
<meta name="description" content="A New Tab Page." />
|
||||
<title>New Tab</title>
|
||||
</head>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue