WebAppManager
=============

Tool to create .desktop menu items for web applications that integrate with the system either using
Chrome(ium) or the webapp-container tool included with Ubuntu etc.

Icons can be specified on the commandline, or read from the icons.db file if it is found in the same
directory as the main script.

This tool is still under development, but it has been successfully used with various Google services
as well as a ton of other sites.


## Create app shortcut

    $ wam app:add --name "Maps" --url https://maps.google.com

To specify an icon, add `--icon` followed by a filename or URL. Assuming the icons.db file is installed,
the icon for maps.google.com should be resolved automatically. For others, check iconarchive.com or 
Google.


## Remove app shortcut

There is currently no automatic removal. The files will be created in `~/.local/share/applications` using
the domain as a vendor prefix. The dots are replaced with underscores. 

    $ cd ~/.local/share/applications
    $ rm maps_google_com__*

