diff options
Diffstat (limited to 'manifest.json')
| -rw-r--r-- | manifest.json | 6 | 
1 files changed, 5 insertions, 1 deletions
diff --git a/manifest.json b/manifest.json index 8756bfac..c8a847c3 100644 --- a/manifest.json +++ b/manifest.json @@ -21,7 +21,11 @@        "background_scripts/main.js"      ]    }, -  "options_page": "pages/options.html", +  "options_ui": { +    "page": "pages/options.html", +    "chrome_style": false, +    "open_in_tab": true +  },    "permissions": [      "tabs",      "bookmarks",  | 
