From aff917d186fa6bcb94050701f4b0c8f4c25f1aa6 Mon Sep 17 00:00:00 2001 From: Adam Pritchard Date: Sun, 7 May 2017 11:00:58 -0400 Subject: [PATCH] Change ext ID for Firefox --- src/manifest.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/manifest.json b/src/manifest.json index 6b4a1075..e352b286 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -36,7 +36,8 @@ "38": "common/images/icon38-button-monochrome.png", "64": "common/images/icon64-button-monochrome.png" }, - "default_title": "__MSG_toggle_button_tooltip__" + "default_title": "__MSG_toggle_button_tooltip__", + "browser_style": true }, "options_ui": { "page": "common/options.html", @@ -45,8 +46,7 @@ ,"applications": { "gecko": { - "id": "markdown-here@adam.pritchard", - "update_url": "https://example.com/updates.json" + "id": "markdown-here-webext@adam.pritchard" } } }