Created
December 7, 2018 04:05
-
-
Save tiansh/a24c38d2c99debf0bde5a027b9528d93 to your computer and use it in GitHub Desktop.
Options Sample
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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" | |
} | |
} | |
} | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<h1>Hello world</h1> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment