From d7ef4baef09d1578bb64706eed850f330fddec82 Mon Sep 17 00:00:00 2001 From: Benjamin Barenblat Date: Mon, 20 May 2024 15:16:00 -0400 Subject: Ensure the options page is sans-serif --- chrome/manifest.json | 2 +- common/options.html | 5 +++++ firefox/manifest.json | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/chrome/manifest.json b/chrome/manifest.json index fded481..f816f58 100644 --- a/chrome/manifest.json +++ b/chrome/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "Wayback Machine Lookup", - "version": "2.0.0", + "version": "2.0.1", "description": "Reopen the current tab in the Wayback Machine", "icons": { "16": "icon16.png", diff --git a/common/options.html b/common/options.html index 47042af..c854e31 100644 --- a/common/options.html +++ b/common/options.html @@ -13,6 +13,11 @@ License for the specific language governing permissions and limitations under the License. --> Wayback Machine Lookup +
When searching the Wayback Machine:

diff --git a/firefox/manifest.json b/firefox/manifest.json index e6fa3c4..f6d3b06 100644 --- a/firefox/manifest.json +++ b/firefox/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Wayback Machine Lookup", - "version": "2.0.0", + "version": "2.0.1", "description": "Reopen the current tab in the Wayback Machine", "icons": { "48": "icon.svg", -- cgit v1.2.3