diff options
author | Alex Yatskov <alex@foosoft.net> | 2017-07-16 12:59:16 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2017-07-16 12:59:16 -0700 |
commit | 7dd75082abd31b725d9907a93ab97fe1434bab04 (patch) | |
tree | cba432fcc5cc5b5b47e119e45881071961013a91 /ext/manifest.json | |
parent | b26aea4d81416e95fbf12c4e8407bff3f25518f7 (diff) |
rename options to settings
Diffstat (limited to 'ext/manifest.json')
-rw-r--r-- | ext/manifest.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/manifest.json b/ext/manifest.json index ab180faa..be9f3208 100644 --- a/ext/manifest.json +++ b/ext/manifest.json @@ -25,7 +25,7 @@ }], "minimum_chrome_version": "57.0.0.0", "options_ui": { - "page": "bg/options.html" + "page": "bg/settings.html" }, "permissions": [ "<all_urls>", |