Skip to content

Instantly share code, notes, and snippets.

@ganeshjaiwal
Created September 3, 2020 07:43
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 ganeshjaiwal/67bbcc919d73a8f5162ffe4cdf964827 to your computer and use it in GitHub Desktop.
Save ganeshjaiwal/67bbcc919d73a8f5162ffe4cdf964827 to your computer and use it in GitHub Desktop.
Options page in manifest file
/*
Specifying options page entry to manifest will allow you to use options in your extension.
*/
"options_page": "pages/options/options.html",
"options_ui": {
"page": "pages/options/options.html",
"chrome_style": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment