diff options
-rw-r--r-- | extension/images/icon-128.png | bin | 0 -> 3401 bytes | |||
-rw-r--r-- | extension/images/icon-32.png | bin | 0 -> 930 bytes | |||
-rw-r--r-- | extension/images/icon-48.png | bin | 0 -> 1306 bytes | |||
-rw-r--r-- | extension/manifest.json | 15 | ||||
-rw-r--r-- | extension/tab.html | 13 | ||||
-rw-r--r-- | icons.svg | 68 |
6 files changed, 96 insertions, 0 deletions
diff --git a/extension/images/icon-128.png b/extension/images/icon-128.png Binary files differnew file mode 100644 index 0000000..9cad318 --- /dev/null +++ b/extension/images/icon-128.png diff --git a/extension/images/icon-32.png b/extension/images/icon-32.png Binary files differnew file mode 100644 index 0000000..85d54b8 --- /dev/null +++ b/extension/images/icon-32.png diff --git a/extension/images/icon-48.png b/extension/images/icon-48.png Binary files differnew file mode 100644 index 0000000..3ec5e14 --- /dev/null +++ b/extension/images/icon-48.png diff --git a/extension/manifest.json b/extension/manifest.json new file mode 100644 index 0000000..f0a2577 --- /dev/null +++ b/extension/manifest.json @@ -0,0 +1,15 @@ +{ + "manifest_version": 3, + "name": "Bookmarks Home", + "description": "Your bookmarks beyond the bar", + "version": "0.1", + "chrome_url_overrides" : { + "newtab": "tab.html" + }, + "icons": { + "32": "images/icon-32.png", + "48": "images/icon-48.png", + "128": "images/icon-128.png" + } +} + diff --git a/extension/tab.html b/extension/tab.html new file mode 100644 index 0000000..30a839a --- /dev/null +++ b/extension/tab.html @@ -0,0 +1,13 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <title>Bookmarks Home</title> + <link rel="stylesheet" href="style.css"> + </head> + <body> + <img src="images/icon-128.png"> + <h1>Bookmarks Home</h1> + <span>BEYOND THE BAR</span> + </body> +</html> + diff --git a/icons.svg b/icons.svg new file mode 100644 index 0000000..f937667 --- /dev/null +++ b/icons.svg @@ -0,0 +1,68 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + width="289.54572mm" + height="139.83536mm" + viewBox="0 0 289.54571 139.83536" + version="1.1" + id="svg1" + inkscape:version="1.3.2 (091e20ef0f, 2023-11-25)" + sodipodi:docname="icons.svg" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns="http://www.w3.org/2000/svg" + xmlns:svg="http://www.w3.org/2000/svg"> + <sodipodi:namedview + id="namedview1" + pagecolor="#505050" + bordercolor="#ffffff" + borderopacity="1" + inkscape:showpageshadow="0" + inkscape:pageopacity="0" + inkscape:pagecheckerboard="1" + inkscape:deskcolor="#505050" + inkscape:document-units="mm" + inkscape:zoom="0.35856832" + inkscape:cx="386.25833" + inkscape:cy="204.98186" + inkscape:window-width="1920" + inkscape:window-height="1011" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:window-maximized="1" + inkscape:current-layer="layer1" /> + <defs + id="defs1" /> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-37.01577,-22.396049)"> + <circle + style="fill:#709c34;stroke:none;stroke-width:0.203;stroke-linecap:round;fill-opacity:1" + id="path1" + cx="256.64386" + cy="92.313728" + r="69.917633" + inkscape:export-filename="icon-32.png" + inkscape:export-xdpi="5.8125534" + inkscape:export-ydpi="5.8125534" /> + <rect + style="fill:#709c34;stroke:none;stroke-width:0.203;stroke-linecap:round;fill-opacity:1" + id="rect1" + width="139.51837" + height="139.83527" + x="37.01577" + y="22.396141" + rx="27.940746" /> + <path + id="rect2" + style="fill:#2d4e00;stroke:none;stroke-width:0.244052;stroke-linecap:round;fill-opacity:1" + d="M 78.767802,22.396049 V 122.07059 L 106.4426,94.395789 134.44916,122.40286 h 0.33279 V 22.396049 Z m 0,99.674541 v 0.33227 h 0.332279 z" /> + <path + id="path1-2" + style="fill:#2d4e00;stroke:none;stroke-width:0.203;stroke-linecap:round;fill-opacity:1" + d="m 256.64387,22.396101 a 69.917633,69.917633 0 0 0 -28.00708,5.931421 v 93.743118 l 27.6748,-27.674799 28.00656,28.007069 h 0.33279 V 28.272745 a 69.917633,69.917633 0 0 0 -28.00707,-5.876644 z m -28.00708,99.674539 v 0.33227 h 0.33228 z" /> + </g> +</svg> |