this repo has no description
1{
2 "manifest_version": 3,
3 "name": "SkyLink - Bluesky DID Detector",
4 "short_name": "SkyLink",
5 "version": "1.4.2",
6 "author": "jesse@adhdjesse.com",
7 "action": {
8 "default_icon": {
9 "48": "logo48_gray.png",
10 "128": "logo128_gray.png"
11 }
12 },
13 "icons": {
14 "48": "logo48.png",
15 "128": "logo128.png"
16 },
17 "description": "Detects Decentralized Identifiers (DIDs) in a domain's TXT records and links to the associated Bluesky profile.",
18 "permissions": ["tabs", "storage"],
19 "content_security_policy": {
20 "extension_pages": "script-src 'self'; object-src 'self'"
21 },
22 "background": {
23 "scripts": ["background.js"]
24 },
25 "browser_specific_settings": {
26 "gecko": {
27 "id": "jesse@adhdjesse.com",
28 "strict_min_version": "109.0"
29 }
30 }
31}