#DailyBloggingChallenge (273/300)
Do you know of #Alacarte the menu editor for #GNOME?
It is practical in renaming and/or hiding/adding new items to the menu.
One thing one will notice when making such an item is that the execution is done via the #terminal.
#DailyBloggingChallenge (274/300)
Due to the execution via the #terminal one can directly use #Alacarte to make shortcuts to web applications.
All one needs is the execution code for the browser like `firefox` for #Firefox and the location of the #WebApp.
```
firefox <location>
```
#DailyBloggingChallenge (276/300)
To extract the icon copy the outer #HTML (clip) of the embedded #SVG and save it in such a file.
Via the #terminal
```
echo '<clip>' > icon.svg
```
Open the newly created SVG with #Inkscape and modified as desired and extract as #PNG (alpha values required). Optionally instead WEBP or AVIF can be used.