web-extension-playground icon indicating copy to clipboard operation
web-extension-playground copied to clipboard

Playground for building Web Extensions

Results 4 web-extension-playground issues
Sort by recently updated
recently updated
newest added

It'd be great to provide the editor with a JSON schema to make authoring the manifest.json file easier (with autocomplete etc). I think the Monaco editor does have some support...

Currently, we add the browser polyfill to all files ending in .ts. This works nicely to make sure it's available in content scripts, but has limitations. Namely, adding a script...

One big limitation I've hit using the playground so far is wanting to upload things like font files for bug repros. I didn't include this in the initial prototype because...

Currently, changing something like the Manifest or browser version after making changes shows a prompt. You can choose to either accept the change and lose all of your own modifications...