chore: improve description
This commit is contained in:
parent
b771ceee49
commit
828d0cd590
2 changed files with 2 additions and 2 deletions
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -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',
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in a new issue