This is a boilerplate extension for experiments. It is not designed to work out of the box. It is designed to be:
- something you can clone from this repository
- alter some key values
- create a simple experiment that you can use elsewhere
To use (on Linux or OS X):
curl -L https://github.com/web-ext-experiments/boilerplate-experiment/archive/master.tar.gz | tar zxf -
This will download this repository without the git configuration so that you can use your own source control tool as needed.
Next steps, the order is not important:
api.jsis where the code for your API is added.schema.jsondescribes how methods are going to be used.install.rdfis the registration of your experiment. The only thing you really need to change here is theid.LICENSEchoose a license of your liking.README.mddescribe your API and tell us how to use it.
To do:
- testing