mirror of
https://github.com/jlengrand/toggl-button.git
synced 2026-03-10 08:41:17 +00:00
Add a options_page field to the manifest
There's a native way to support extensions' settings pages. This is defined in the extension's manifest.json [1]. Currently the option is disabled when right clicking on the Toggl button, which is a little confusing:  This commit makes it so the context menu shows "Options": 
This commit is contained in:
@@ -72,6 +72,7 @@
|
||||
"48": "images/icon-48.png",
|
||||
"128": "images/icon-128.png"
|
||||
},
|
||||
"options_page": "html/settings.html",
|
||||
"content_scripts": [
|
||||
{
|
||||
"matches": [
|
||||
|
||||
Reference in New Issue
Block a user