From ba725e8bc03d790f0efa8da0bb25d47ab06ae26c Mon Sep 17 00:00:00 2001 From: Rob Gormley Date: Thu, 28 May 2026 13:45:54 -0700 Subject: [PATCH] Update min app version. Unknown if accurate, but this is roughly where I'm at --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 2ba69db..aa39bef 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "GitHub Dark Dimmed Theme", "version": "1.0.0", - "minAppVersion": "1.0.0", + "minAppVersion": "1.12.0", "author": "@rgormley", "authorUrl": "https://github.com/rgormley" }