samuelsimoes / chrome-extension-webpack-boilerplate

A basic foundation boilerplate for rich Chrome Extensions using Webpack to help you write modular and modern Javascript code, load CSS easily and automatic reload the browser on code changes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mafifest.js options_page has been deprecated in favor of options_ui

hmassad opened this issue · comments

Mozilla options_page

Apparently, the manifest should change from

"options_page": "options.html"

to

"options_ui": {
  "page": "options.html"
}