aboutsummaryrefslogtreecommitdiffstats
path: root/src/devtools-protocol.lisp
AgeCommit message (Collapse)Author
2023-11-12Track Manifest V3 extensions in a listTeddy Wing
I want to keep track of Manifest V3 extensions, because these must be re-attached to in order to reload the tab. We will later look at this list to find out if we need to skip reloading the extension (it's already been done), and instead proceed directly to reloading the tab.
2021-02-27Add license (GNU GPLv3+)Teddy Wing
2021-02-27Move everything from `l/` into the project rootTeddy Wing
This is the final project. Now that we got rid of the web extension and native host code, we can move the Lisp code to the root.