Unstoppable Extension

Unstoppable Extension

The Unstoppable Extension is used to access decentralized blockchain domains.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Unstoppable Extension",
  "short_name": "Unstoppable Extension",
  "version": "3.0.0",
  "description": "The Unstoppable Extension is used to access decentralized blockchain domains.",
  "icons": {
    "16": "icon/16.png",
    "48": "icon/48.png",
    "128": "icon/128.png"
  },
  "homepage_url": "http://unstoppabledomains.com",
  "author": "Unstoppable Domains <[email protected]>",
  "action": {
    "default_popup": "index.html",
    "default_icon": {
      "48": "icon/48.png"
    }
  },
  "background": {
    "service_worker": "scripts/background.js",
    "scripts": [
      "scripts/background.js"
    ]
  },
  "options_ui": {
    "page": "index.html#/options",
    "open_in_tab": false
  },
  "host_permissions": [
    "*://*.crypto/*",
    "*://*.zil/*",
    "*://*.wallet/*",
    "*://*.nft/*",
    "*://*.888/*",
    "*://*.blockchain/*",
    "*://*.bitcoin/*",
    "*://*.dao/*",
    "*://*.x/*",
    "*://*.hi/*",
    "*://*.klever/*",
    "*://*.kresus/*",
    "*://*.polygon/*",
    "*://*.anime/*",
    "*://*.manga/*",
    "*://*.binanceus/*",
    "*://*.go/*",
    "*://*.altimist/*",
    "*://*.pudgy/*",
    "*://*.austin/*",
    "*://*.bitget/*",
    "*://*.pog/*",
    "*://*.clay/*",
    "*://*.witg/*",
    "*://*.unstoppable/*",
    "*://*.google.com/*",
    "*://*.duckduckgo.com/*",
    "*://*.yahoo.com/*",
    "*://*.yandex.ru/*",
    "*://*.qwant.com/*",
    "*://*.mojeek.com/*",
    "*://*.aol.co.uk/*",
    "*://*.baidu.com/*",
    "*://*.bing.com/*",
    "*://*.wiki.com/*",
    "*://*.unstoppabledomains.com/*"
  ],
  "permissions": [
    "storage",
    "declarativeNetRequest",
    "declarativeNetRequestFeedback"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "offline_enabled": false
}