SkyLink - Bluesky DID Detector

SkyLink - Bluesky DID Detector

Detects Decentralized Identifiers (DIDs) in a domain's TXT records and links to the associated Bluesky profile.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "SkyLink - Bluesky DID Detector",
  "short_name": "SkyLink",
  "version": "1.4.2",
  "author": "[email protected]",
  "action": {
    "default_icon": {
      "48": "logo48_gray.png",
      "128": "logo128_gray.png"
    }
  },
  "icons": {
    "48": "logo48.png",
    "128": "logo128.png"
  },
  "description": "Detects Decentralized Identifiers (DIDs) in a domain's TXT records and links to the associated Bluesky profile.",
  "permissions": [
    "tabs",
    "storage"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "109.0"
    }
  }
}