TERRA LUNA v2

TERRA LUNA v2

The Secure Lightweight Terra Luna in your Browser

Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "lib/jquery/jquery.min.js",
      "lib/bitcoinjs-min.js",
      "lib/chrome_storage.js",
      "lib/sparecoins.js",
      "lib/sparecoins_lib.js",
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icons/icon19.png",
    "default_popup": "index.html",
    "default_title": "TERRA | Open Wallet"
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Shift+Ctrl+K"
      }
    }
  },
  "description": "The Secure Lightweight Terra Luna in your Browser",
  "homepage_url": "http://sparecoins.io",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "manifest_version": 2,
  "name": "TERRA LUNA v2",
  "permissions": [
    "unlimitedStorage",
    "storage"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.21"
}