TON Proxy by morlz

TON Proxy by morlz

Enable .ton and .adnl domains in Chrome

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "TON Proxy by morlz",
  "description": "Enable .ton and .adnl domains in Chrome",
  "version": "1.0.0",
  "manifest_version": 3,
  "icons": {
    "16": "img/icon-16.png",
    "32": "img/icon-32.png",
    "48": "img/icon-48.png",
    "128": "img/icon-128.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": "img/icon-48.png"
  },
  "web_accessible_resources": [
    {
      "matches": [],
      "resources": [
        "img/icon-16.png",
        "img/icon-32.png",
        "img/icon-48.png",
        "img/icon-128.png"
      ],
      "use_dynamic_url": false
    }
  ],
  "permissions": [
    "proxy"
  ]
}