From aa7a5f1037d71fba049eecfe4c69b9f83a21a997 Mon Sep 17 00:00:00 2001 From: WofWca Date: Fri, 17 May 2024 13:57:08 +0400 Subject: [PATCH] chore: bump version This version is aimed at having Manifest V3 (so that Google doesn't disable our extension) __and__ not having the `"run_at": "document_start"` content script --- src/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/manifest.json b/src/manifest.json index 35facdf..8e8eb05 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,6 +1,6 @@ { "name": "Jump Cutter", - "version": "1.26.9", + "version": "1.26.10", "description": "__MSG_extensionDescription__", "permissions": ["storage"], "action": {