Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "SkyLink - Bluesky DID Detector", "short_name": "SkyLink", "version": "1.4.3", "author": "[email protected]", "action": { "default_icon": { "48": "logo48_gray.png", "128": "logo128_gray.png" } }, "icons": { "48": "logo48.png", "128": "logo128.png" }, "description": "Detects Bluesky DIDs in domain TXT records and .well-known\/atproto-did files, linking to the associated profile.", "permissions": [ "tabs", "storage" ], "host_permissions": [ "https:\/\/*\/*" ], "background": { "service_worker": "background.js" } }