Cesium

Cesium

Receive and send Ğ1 libre currency

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Cesium",
  "short_name": "Cesium",
  "version": "1.7.10",
  "description": "Manage your Duniter Wallet on a libre currency, like Ğ1",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "storage"
  ],
  "browser_action": {
    "default_title": "Cesium",
    "default_icon": {
      "32": "img/logo_32px.png",
      "60": "img/logo_60px.png",
      "96": "img/logo_96px.png",
      "128": "img/logo_128px.png"
    }
  },
  "icons": {
    "32": "img/logo_32px.png",
    "60": "img/logo_60px.png",
    "96": "img/logo_96px.png",
    "128": "img/logo_128px.png"
  },
  "manifest_version": 2,
  "browser_specific_settings": {
    "gecko": {
      "id": "{6f9922f7-a054-4609-94ce-d269993246a5}"
    }
  }
}