From c218d6dd16bb6e0ba19d9406edccaf8f993cb4c3 Mon Sep 17 00:00:00 2001 From: Peter Song Date: Mon, 20 Feb 2017 23:46:00 -0500 Subject: [PATCH] modified options_ui for firefox compatibility --- manifest.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index a14614e..625532a 100644 --- a/manifest.json +++ b/manifest.json @@ -14,7 +14,9 @@ }, "manifest_version": 2, "name": "__MSG_ext_name__", - "options_page": "options.html", + "options_ui": { + "page": "options.html" + }, "permissions": [ "notifications", "tabs", "" ], "version": "1.7.0", "web_accessible_resources": [