From 83f52e31cb037b77ccb2f38a472b38419ff048f6 Mon Sep 17 00:00:00 2001 From: Ian Beacall Date: Sun, 5 Jan 2025 15:41:07 +0900 Subject: [PATCH] 1.25.3 manifests --- src/manifest/manifest-chrome.json | 2 +- src/manifest/manifest-firefox.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/manifest/manifest-chrome.json b/src/manifest/manifest-chrome.json index ed750db4..22b44528 100644 --- a/src/manifest/manifest-chrome.json +++ b/src/manifest/manifest-chrome.json @@ -1,7 +1,7 @@ { "name": "WikiTree Browser Extension", "description": "The official WikiTree browser extension.", - "version": "1.25.2", + "version": "1.25.3", "manifest_version": 3, "options_page": "options.html", "permissions": ["storage", "clipboardRead", "clipboardWrite", "contextMenus", "activeTab"], diff --git a/src/manifest/manifest-firefox.json b/src/manifest/manifest-firefox.json index 001ec5bd..e1f47680 100644 --- a/src/manifest/manifest-firefox.json +++ b/src/manifest/manifest-firefox.json @@ -1,7 +1,7 @@ { "name": "WikiTree Browser Extension", "description": "The official WikiTree browser extension.", - "version": "1.25.2", + "version": "1.25.3", "manifest_version": 2, "options_ui": { "page": "options.html",