Skip to content
Snippets Groups Projects
Commit 0232a9e0 authored by Benoit Lavenier's avatar Benoit Lavenier
Browse files

[enh] Web ext: add more icons in manifest.json

parent d8bf474b
No related branches found
No related tags found
No related merge requests found
{
"short_name": "Cesium",
"name": "Cesium",
"manifest_version": 2,
"version": "1.6.2-alpha",
"short_name": "Cesium",
"version": "1.6.2",
"description": "Manage your Duniter Wallet on a libre currency, like Ğ1",
"background": {
"scripts": ["background.js"]
},
"permissions": ["storage"],
"browser_action" : {
"default_title": "Cesium",
"default_icon": "img/logo_32px.png"
}
"default_icon": {
"16": "img/logo.svg",
"32": "img/logo_32px.png",
"60": "img/logo_60px.png",
"96": "img/logo_96px.png",
"128": "img/logo_128px.png"
}
},
"icons": {
"16": "img/logo.svg",
"32": "img/logo_32px.png",
"60": "img/logo_60px.png",
"96": "img/logo_96px.png",
"128": "img/logo_128px.png"
},
"manifest_version": 2
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment