Сrystalix : Free TON Wallet

Сrystalix : Free TON Wallet

Free TON Wallet

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Сrystalix : Free TON Wallet",
  "version": "0.1",
  "description": "Free TON Wallet",
  "permissions": [
    "storage"
  ],
  "background": {
    "scripts": [
      "static/js/background.js"
    ]
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "content_scripts": [
    {
      "js": [
        "static/js/content.js"
      ],
      "matches": [
        "http://*.example.com/*",
        "https://*.example.com/*"
      ]
    }
  ],
  "icons": {
    "128": "128.png"
  },
  "browser_action": {
    "default_icon": {
      "128": "128.png"
    },
    "default_title": "Popup",
    "default_popup": "popup.html"
  },
  "options_ui": {
    "page": "options.html"
  }
}