Install a web page as an application #14
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Omarchy's webapp-install writes a .desktop entry whose Exec opens
the site in a frameless Chromium window, and a matching remove.
Caveat worth settling first: it depends on Chromium's --app, and
Firefox has no equivalent. Either Chromium arrives for this purpose
or the idea does not survive contact with the browser here.
Implemented in
3124080, with Brave Origin themed inecdb237.donbox webapp install|list|remove. The icon is the site's own
favicon rather than one from an icon service. Entries carry
X-Donbox-Webapp=true and remove goes by it, so nothing else in
the applications directory can be deleted by mistake.
Verified by installing one and launching it: the window arrives
frameless with a class of its own, brave-__-Default, which
a rule in rules.lua can match on.
Brave is themed with the rest through an enterprise policy,
which needs donbox install brave theme once to claim the policy
directory.