chore: improve description

This commit is contained in:
WebStreamr 2025-05-08 07:34:41 +00:00
parent b771ceee49
commit 828d0cd590
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{
"name": "webstreamr",
"description": "Provides HTTP streams from scraped websites.",
"description": "Provides HTTP URLs from streaming websites.",
"version": "0.0.1",
"type": "commonjs",
"scripts": {

View file

@ -6,7 +6,7 @@ const manifest: Manifest = {
id: process.env['MANIFEST_ID'] || '',
version: '0.0.1',
name: process.env['MANIFEST_NAME'] || '',
description: 'Provides HTTP streams from scraped websites. Currently supports KinoKiste (DE) and MeineCloud (DE).',
description: 'Provides HTTP URLs from streaming websites. Currently supports KinoKiste (DE) and MeineCloud (DE).',
resources: [
'stream',
],