From 4f27683c0b59276c82131a65bd91a0da1d881ec7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn-Michael=20Miehe?= Date: Thu, 28 Dec 2023 21:27:15 +0000 Subject: [PATCH] icons --- gfx/icon.xcf | 3 +++ public/img/icon-128.png | 3 +++ public/img/icon-16.png | 3 +++ public/img/icon-32.png | 3 +++ public/img/icon-48.png | 3 +++ public/manifest.json | 6 ++++++ 6 files changed, 21 insertions(+) create mode 100644 gfx/icon.xcf create mode 100644 public/img/icon-128.png create mode 100644 public/img/icon-16.png create mode 100644 public/img/icon-32.png create mode 100644 public/img/icon-48.png diff --git a/gfx/icon.xcf b/gfx/icon.xcf new file mode 100644 index 0000000..50ee704 --- /dev/null +++ b/gfx/icon.xcf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0503f09ee7d839f541bfbd44e237d9edb7780e885a5a9500d1b77a455a6ce69 +size 79432 diff --git a/public/img/icon-128.png b/public/img/icon-128.png new file mode 100644 index 0000000..4e6109a --- /dev/null +++ b/public/img/icon-128.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93be21c935cd4339bb286ae4d2e119c61edda22fd5a232b5e2c463ffe1c96a21 +size 12387 diff --git a/public/img/icon-16.png b/public/img/icon-16.png new file mode 100644 index 0000000..0817315 --- /dev/null +++ b/public/img/icon-16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca69e7de8b2e40f8ded9c74b6c14c20c42d771c179ad278cc33297c9529647d0 +size 737 diff --git a/public/img/icon-32.png b/public/img/icon-32.png new file mode 100644 index 0000000..df922ef --- /dev/null +++ b/public/img/icon-32.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ea6d0127dfb514863709175dd4740014767913990654e73af8e06a9353bc637 +size 1899 diff --git a/public/img/icon-48.png b/public/img/icon-48.png new file mode 100644 index 0000000..05c958f --- /dev/null +++ b/public/img/icon-48.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46ea126848bea6a25d4cf489169f29b9511ed1cf433bb0ef03a88306899e8365 +size 3241 diff --git a/public/manifest.json b/public/manifest.json index 7e1c0ca..09c2bc9 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -3,6 +3,12 @@ "name": "LMLFC-BTTV", "version": "1.0", "description": "Add the reading time to Chrome Extension documentation articles", + "icons": { + "16": "img/icon-16.png", + "32": "img/icon-32.png", + "48": "img/icon-48.png", + "128": "img/icon-128.png" + }, "content_scripts": [ { "js": ["main.js"],