this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Remove unneeded management permission

+2 -2
+1 -1
manifest-firefox.json
··· 15 15 "128": "logo128.png" 16 16 }, 17 17 "description": "Detects Decentralized Identifiers (DIDs) in a domain's TXT records and links to the associated Bluesky profile.", 18 - "permissions": ["activeTab", "management", "storage", "<all_urls>"], 18 + "permissions": ["activeTab", "storage", "<all_urls>"], 19 19 "content_security_policy": "script-src 'self'; object-src 'self'", 20 20 "background": { 21 21 "scripts": ["background.js"]
+1 -1
manifest.json
··· 9 9 }, 10 10 "icons": { "48": "logo48.png", "128": "logo128.png" }, 11 11 "description": "Detects Decentralized Identifiers (DIDs) in a domain's TXT records and links to the associated Bluesky profile.", 12 - "permissions": ["activeTab", "storage", "management"], 12 + "permissions": ["activeTab", "storage"], 13 13 "background": { "service_worker": "background.js" }, 14 14 "content_scripts": [{ "matches": ["<all_urls>"], "js": ["content.js"] }] 15 15 }