08-12-2020, 12:02 AM
You have to create a .desktop file and put it in ~/.local/share/applications/. It looks something like this
Epiphany can create entries for webapps. Just go to the webiste you want as a webapp and select install as webapp from the menu.
Code:
[Desktop Entry]
Name=Screen Capture
Type=Application
Icon=emblem-videos-symbolic
Exec=screencap
Categories=Utility;
Epiphany can create entries for webapps. Just go to the webiste you want as a webapp and select install as webapp from the menu.