this repo has no description
0
fork

Configure Feed

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

remove local, add icons

+1 -1
+1 -1
manifest.json
··· 7 7 "action": { 8 8 "default_icon": { "48": "logo48_gray.png", "128": "logo128_gray.png" } 9 9 }, 10 - "default_locale": "en", 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 12 "permissions": ["activeTab", "tabs"], 13 13 "background": { "service_worker": "background.js" },