diff options
author | Benjamin Barenblat <bbaren@google.com> | 2024-05-20 15:16:00 -0400 |
---|---|---|
committer | Benjamin Barenblat <bbaren@google.com> | 2024-05-20 15:45:45 -0400 |
commit | d7ef4baef09d1578bb64706eed850f330fddec82 (patch) | |
tree | 9a92a734d435d2764f29de419f01b68e8e323f3d | |
parent | 9d7b827c914f1d0ffaef41d93b4539885399862a (diff) |
-rw-r--r-- | chrome/manifest.json | 2 | ||||
-rw-r--r-- | common/options.html | 5 | ||||
-rw-r--r-- | 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. --> <!DOCTYPE html> <title>Wayback Machine Lookup</title> +<style> + html { + font-family: sans-serif; + } +</style> <form id="clickBehavior"> When searching the Wayback Machine:<br> <label><input type="radio" name="clickBehavior" value="search"> Show all search results.</label><br> 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", |