1
Fork 0

Add the manifest description.

This commit is contained in:
Bauke 2023-06-15 15:22:04 +02:00
parent b006862af9
commit 4a39d6029a
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ export function createManifest(browser: string): Manifest.WebExtensionManifest {
const manifest: Manifest.WebExtensionManifest = {
manifest_version: Number.NaN,
name: "Tildes Shepherd",
description: "A WebExtension providing interactive guided tours of Tildes.",
version: "0.1.0",
permissions: ["storage"],
options_ui: {