1
Fork 0

Version 2.2.2!

This commit is contained in:
Bauke 2023-07-18 18:59:42 +02:00
parent ebb87eea8c
commit 5d00a130c5
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, manifest_version: Number.NaN,
name: "Tildes ReExtended", name: "Tildes ReExtended",
description: "The principal enhancement suite for Tildes.", description: "The principal enhancement suite for Tildes.",
version: "2.2.1", version: "2.2.2",
permissions: ["downloads", "storage", "*://tildes.net/*"], permissions: ["downloads", "storage", "*://tildes.net/*"],
options_ui: { options_ui: {
page: "options/index.html", page: "options/index.html",