Skip to content

Instantly share code, notes, and snippets.

@AstraLuma
Last active August 5, 2019 02:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AstraLuma/d9c6cb1eb09fe9f372905fd6a2653f3a to your computer and use it in GitHub Desktop.
Save AstraLuma/d9c6cb1eb09fe9f372905fd6a2653f3a to your computer and use it in GitHub Desktop.
How to make a chrome "app"
[Desktop Entry]
Type=Application
Version=1.0
Name=Cybrespace
# A comment which can/will be used as a tooltip
Comment=Fediverse Instance
# The executable of the application, possibly with arguments.
Exec=chromium --app=https://cybre.space/
# The name of the icon that will be used to display this entry
Icon=cybre
# Describes whether this application needs to be run in a terminal or not
Terminal=false
# Describes the categories in which this entry should be shown
Categories=X-Social;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment