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",
"manifest_version": 1,
"version": "1.7.11",
"default_locale": "fr",
"description": "Cesium Wallet for Ğ1 libre currency",
"icons": [
{
"src": "img/logo_32px.png",
"sizes": "32x32",
"type": "image/png"
},
{
"src": "img/logo_96px.png",
"sizes": "96x96",
"type": "image/png"
},
{
"src": "img/logo_144px.png",
"sizes": "144x144",
"type": "image/png"
},
{
"src": "img/logo.svg",
"sizes": "192x192",
"type": "image/svg"
}
"icons": {
"32": "img/logo_32px.png",
"96": "img/logo_96px.png",
"144": "img/logo_144px.png",
"192": "img/logo.svg"
},
"permissions": [
"storage"
],
"background_color": "#1a237e",
"theme_color": "black",
"dir": "ltr",
"start_url": "/#/app/home",
"display": "standalone",
"host_permissions": [
"file:///*"
],
"theme": {
"colors": {
"frame": "#1a237e",
"toolbar": "#1a237e",
"ntp_background": "#1a237e",
"ntp_text": "#1a237e",
"button_background": "#1a237e"
}
},
"protocol_handlers": [
{
"protocol": "june",
"name": "Cesium",
"uriTemplate": "/#/app/home?uri=%s"
},
{
"protocol": "web+june",
"name": "Cesium",
"uriTemplate": "/#/app/home?uri=%s"
}
]
......
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