Chrono

Chrono

Nine Chronicles Wallet, Transfer NCG

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "short_name": "__MSG_appName__",
  "description": "__MSG_appDescription__",
  "homepage_url": "https://9cscan.com",
  "version": "1.0.4",
  "default_locale": "en",
  "browser_action": {
    "default_icon": "images/logo.png",
    "default_popup": "popup/index.html",
    "default_title": "Nine Chronicles Wallet"
  },
  "commands": {},
  "background": {
    "persistent": true,
    "page": "background/index.html"
  },
  "icons": {
    "1024": "images/logo.png"
  },
  "update_url": "https://clients2.google.com/service/update2/crx",
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "permissions": [
    "storage"
  ]
}