Skip to content

Commit

Permalink
Use options_ui instead of options_page
Browse files Browse the repository at this point in the history
  • Loading branch information
crittermike committed Nov 6, 2020
1 parent 23b63a6 commit 6cc04e0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions app/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "__MSG_appName__",
"short_name": "__MSG_appShortName__",
"description": "__MSG_appDescription__",
"version": "4.0.1",
"version": "4.0.2",
"manifest_version": 2,
"default_locale": "en",
"icons": {
Expand Down Expand Up @@ -73,7 +73,10 @@
"48-openshortcuts": {"description": "LOCATION: Open Keyboard Shortcuts Page"},
"49-showlatestdownload": {"description": "DOWNLOADS: Show latest download"}
},
"options_page": "options/options.html",
"options_ui": {
"page": "options/options.html",
"open_in_tab": true
},
"content_scripts": [
{
"matches": [
Expand Down

0 comments on commit 6cc04e0

Please sign in to comment.