TON Connector

TON Connector

Easy and secure access to .ton sites from your browser.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "TON Connector",
  "short_name": "TON",
  "description": "Easy and secure access to .ton sites from your browser.",
  "version": "2.0.5",
  "author": "[email protected]",
  "action": {
    "default_icon": {
      "16": "icon/logo_16.png",
      "24": "icon/logo_24.png",
      "32": "icon/logo_32.png",
      "48": "icon/logo_48.png",
      "128": "icon/logo_128.png"
    },
    "default_title": "TON Connector",
    "default_popup": "index.html"
  },
  "icons": {
    "16": "icon/logo_16.png",
    "24": "icon/logo_24.png",
    "32": "icon/logo_32.png",
    "48": "icon/logo_48.png",
    "128": "icon/logo_128.png"
  },
  "background": {
    "service_worker": "app.background.js"
  },
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "ruleset_1",
        "enabled": true,
        "path": "rules.json"
      }
    ]
  },
  "host_permissions": [
    "*://*.ton/"
  ],
  "permissions": [
    "proxy",
    "declarativeNetRequest",
    "storage"
  ]
}