This commit is contained in:
Jörn-Michael Miehe 2023-12-28 21:27:15 +00:00
parent 2e069d54ec
commit 4f27683c0b
6 changed files with 21 additions and 0 deletions

BIN
gfx/icon.xcf (Stored with Git LFS) Normal file

Binary file not shown.

BIN
public/img/icon-128.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
public/img/icon-16.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
public/img/icon-32.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
public/img/icon-48.png (Stored with Git LFS) Normal file

Binary file not shown.

View file

@ -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"],