Skip to content
Snippets Groups Projects
Forked from clients / Cesium-grp / Cesium
607 commits behind the upstream repository.
manifest.json 624 B
{
  "short_name": "Cesium",
  "name": "Cesium",
  "manifest_version": 1,
  "version": "1.4.20",
  "default_locale": "fr",
  "description": "Manage your Duniter Wallet on a libre currency, like Ğ1",
  "icons": [
    {
      "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"
    }
  ],
  "background_color": "#1a237e",
  "theme_color": "black",
  "start_url": "/#/app/home",
  "display": "standalone"
}