1
Fork 0

Version 2.4.0!

This commit is contained in:
Bauke 2023-10-22 12:58:08 +02:00
parent 9bcbdaf456
commit 5ed824a4be
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ export function createManifest(browser: string): Manifest.WebExtensionManifest {
manifest_version: Number.NaN,
name: "Tildes ReExtended",
description: "The principal enhancement suite for Tildes.",
version: "2.3.0",
version: "2.4.0",
permissions: ["downloads", "storage", "*://tildes.net/*"],
options_ui: {
page: "options/index.html",