mirror of
https://github.com/Qortal/chrome-extension.git
synced 2025-02-11 17:55:49 +00:00
added more icon sizes
This commit is contained in:
parent
1e3fa6a42a
commit
ba1c2de677
@ -1,9 +1,12 @@
|
||||
{
|
||||
"manifest_version": 3,
|
||||
"name": "Minimal Manifest",
|
||||
"name": "Qortal",
|
||||
"version": "1.0.0",
|
||||
"icons": {
|
||||
"32": "qort.png"
|
||||
"16": "qort.png",
|
||||
"32": "qort.png",
|
||||
"48": "qort.png",
|
||||
"128": "qort.png"
|
||||
},
|
||||
"background": {
|
||||
"service_worker": "background.js",
|
||||
|
Loading…
x
Reference in New Issue
Block a user