Merge pull request #289 from supermemoryai/extension/drag-and-dismiss

fix: icon images issue
This commit is contained in:
Dhravya Shah 2024-09-16 14:23:08 -07:00 committed by GitHub
commit 6f5fbfeede
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 2 additions and 2 deletions

View file

Before

Width:  |  Height:  |  Size: 944 B

After

Width:  |  Height:  |  Size: 944 B

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

Before After
Before After

View file

@ -14,8 +14,8 @@
}
],
"icons": {
"16": "public/icon/icon_16.png",
"48": "public/icon/icon_48.png"
"16": "images/icon/icon_16.png",
"48": "images/icon/icon_48.png"
},
"web_accessible_resources": [
{