diff options
Diffstat (limited to 'ext')
| -rw-r--r-- | ext/manifest.json | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/ext/manifest.json b/ext/manifest.json index 29160d3b..d9367946 100644 --- a/ext/manifest.json +++ b/ext/manifest.json @@ -15,7 +15,9 @@          "css": ["fg/css/client.css"]      }],      "minimum_chrome_version": "45.0.0.0", -    "options_page": "bg/options.html", +    "options_ui": { +        "page": "bg/options.html" +    },      "permissions": ["storage"],      "web_accessible_resources": [          "fg/css/frame.css", |