Skip to content

Instantly share code, notes, and snippets.

@tiansh
Created December 7, 2018 04:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tiansh/a24c38d2c99debf0bde5a027b9528d93 to your computer and use it in GitHub Desktop.
Save tiansh/a24c38d2c99debf0bde5a027b9528d93 to your computer and use it in GitHub Desktop.
Options Sample
{
"manifest_version": 2,
"name": "Options Sample",
"description": "Options Sample",
"version": "1.0",
"options_ui": {
"page": "options.html"
},
"applications": {
"gecko": {
"id": "{d9a7d273-90af-49c2-9379-887fe4848372}",
"strict_min_version": "57.0a1"
}
}
}
<h1>Hello world</h1>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment