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

fix(manifest): Migrate to Manifest v3

parent 0bb032ef
No related branches found
No related tags found
No related merge requests found
{ {
"short_name": "Cesium", "manifest_version": 3,
"name": "Cesium", "name": "Cesium",
"manifest_version": 1,
"version": "1.7.11", "version": "1.7.11",
"default_locale": "fr", "default_locale": "fr",
"description": "Cesium Wallet for Ğ1 libre currency", "description": "Cesium Wallet for Ğ1 libre currency",
"icons": [ "icons": {
{ "32": "img/logo_32px.png",
"src": "img/logo_32px.png", "96": "img/logo_96px.png",
"sizes": "32x32", "144": "img/logo_144px.png",
"type": "image/png" "192": "img/logo.svg"
},
{
"src": "img/logo_96px.png",
"sizes": "96x96",
"type": "image/png"
}, },
{ "permissions": [
"src": "img/logo_144px.png", "storage"
"sizes": "144x144", ],
"type": "image/png" "host_permissions": [
}, "file:///*"
{
"src": "img/logo.svg",
"sizes": "192x192",
"type": "image/svg"
}
], ],
"background_color": "#1a237e", "theme": {
"theme_color": "black", "colors": {
"dir": "ltr", "frame": "#1a237e",
"start_url": "/#/app/home", "toolbar": "#1a237e",
"display": "standalone", "ntp_background": "#1a237e",
"ntp_text": "#1a237e",
"button_background": "#1a237e"
}
},
"protocol_handlers": [ "protocol_handlers": [
{ {
"protocol": "june", "protocol": "june",
"name": "Cesium",
"uriTemplate": "/#/app/home?uri=%s" "uriTemplate": "/#/app/home?uri=%s"
}, },
{ {
"protocol": "web+june", "protocol": "web+june",
"name": "Cesium",
"uriTemplate": "/#/app/home?uri=%s" "uriTemplate": "/#/app/home?uri=%s"
} }
] ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment