Support modifying the builtin extension's manifest.json
#134
RobertCraigie
started this conversation in
Feature requests / ideas
Replies: 2 comments 2 replies
1 reply
|
Would a feature like this also allow userscripts to work? I see that I was hoping it would be possible to use the for something simple like this in config: browser.userScripts.register([
{
id: "test",
matches: ["*://*/*"],
js: [{ code: "alert('hi');" }],
},
]);I wasn't sure if this would even be possible in Glide, but it seems like maybe with the right permissions it could be? Or perhaps there's some other way to accomplish the same thing? |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
It would be great if the builtin manifest.json could be changed https://github.com/glide-browser/glide/blob/main/src/browser/extensions/glide/manifest.json, e.g. to include search engines, content scripts or many other things.
All reactions