Skip to content

Instantly share code, notes, and snippets.

@p3lim
Last active January 26, 2024 02:43
Show Gist options
  • Save p3lim/2135624abc5b9d7d5e0c19dab9a3a872 to your computer and use it in GitHub Desktop.
Save p3lim/2135624abc5b9d7d5e0c19dab9a3a872 to your computer and use it in GitHub Desktop.
firefox extension badge
#!/bin/bash
# https://extensionworkshop.com/documentation/publish/promoting-your-extension/
curl -sSLO https://blog.mozilla.org/addons/files/2020/04/get-the-addon-fx-apr-2020.svg
inkscape --export-type=png --export-width=172 --export-background-opacity=0 get-the-addon-fx-apr-2020.svg
@p3lim
Copy link
Author

p3lim commented Jan 26, 2024

firefox-badge

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment