Skip to content

Commit 8548c68

Browse files
committed
keyword spam remove
1 parent f950c69 commit 8548c68

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

manifest.chrome.config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@ import { defineManifest } from "@crxjs/vite-plugin"
22
import ManifestConfig from "./manifest.config"
33
import packageJson from "./package.json" with { type: "json" }
44

5-
const { name, displayNameShort } = packageJson
5+
const { name, displayNameShort, descriptionShort } = packageJson
66
// @ts-expect-error ManifestConfig provides all required fields
77
export default defineManifest((env) => ({
88
...ManifestConfig,
99
name: env.mode === "staging" ? `[INTERNAL] ${name}` : displayNameShort || name,
10+
description: descriptionShort,
1011
author: {
1112
1213
},

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"displayName": "Streaming enhanced Netflix Disney Prime Video",
33
"displayNameShort": "Streaming enhanced",
44
"description": "Skip ads, intros, credits and add adjust speed, etc. on Netflix, Prime video, Disney+, Crunchyroll and HBO max.",
5+
"descriptionShort": "Skip ads, intros, credits and add adjust speed, etc. on all major streaming platforms.",
56
"name": "streaming-enhanced",
67
"version": "1.1.79",
78
"scripts": {

0 commit comments

Comments
 (0)