this repo has no description
0
fork

Configure Feed

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

rename Wormhole -> at://wormhole

alice 597a511a 79c77b77

+6 -6
+1 -1
README.md
··· 1 - # Wormhole 1 + # at://wormhole 2 2 3 3 ![screenshot](./screenshot.png) 4 4
+2 -2
_locales/en/messages.json
··· 1 1 { 2 2 "extension_name": { 3 - "message": "Wormhole", 3 + "message": "at://wormhole", 4 4 "description": "The display name for the extension." 5 5 }, 6 6 "extension_description": { 7 - "message": "Open at:// links or active tab URL in various AT Protocol tools and Bluesky clients.", 7 + "message": "Open at:// links or the active tab URL in various AT Protocol tools and Bluesky clients.", 8 8 "description": "Description of what the extension does." 9 9 } 10 10 }
+2 -2
public/manifest.json
··· 2 2 "manifest_version": 3, 3 3 "default_locale": "en", 4 4 "name": "__MSG_extension_name__", 5 - "short_name": "Wormhole", 5 + "short_name": "at-wormhole", 6 6 "version": "1.1.0", 7 7 "author": "aliceisjustplaying", 8 8 "homepage_url": "https://github.com/aliceisjustplaying/at-wormhole-webextension", ··· 38 38 }, 39 39 40 40 "action": { 41 - "default_title": "Wormhole", 41 + "default_title": "at://wormhole", 42 42 "default_popup": "src/popup/popup.html", 43 43 "default_icon": { 44 44 "16": "images/icon_16.png",
+1 -1
src/popup/popup.html
··· 2 2 <html> 3 3 <head> 4 4 <meta charset="utf-8" /> 5 - <title>Wormhole</title> 5 + <title>at://wormhole</title> 6 6 <link rel="stylesheet" href="popup.css" /> 7 7 </head> 8 8 <body>