From 99c06098d2e16e25f5ce03958cb8ae21267a997a Mon Sep 17 00:00:00 2001 From: medyo <2389584+medyo@users.noreply.github.com> Date: Thu, 19 Mar 2026 21:38:33 +0000 Subject: [PATCH] ci: Bump manifest version to v1.26.10 --- public/base.manifest.json | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/public/base.manifest.json b/public/base.manifest.json index 2491436c..5dc5238d 100644 --- a/public/base.manifest.json +++ b/public/base.manifest.json @@ -2,16 +2,22 @@ "manifest_version": 3, "name": "Hackertab – Dev News & GitHub in New Tab", "description": "Developer news from GitHub Trending, Hacker News, and more, all in your new tab.", - "version": "1.26.9", + "version": "1.26.10", "chrome_url_overrides": { "newtab": "index.html" }, - "host_permissions": ["https://*.hackertab.dev/*"], + "host_permissions": [ + "https://*.hackertab.dev/*" + ], "content_scripts": [ { - "matches": ["https://hackertab.dev/*"], + "matches": [ + "https://hackertab.dev/*" + ], "run_at": "document_start", - "js": ["content.js"] + "js": [ + "content.js" + ] } ], "icons": {