Project

General

Profile

Download (1.1 KB) Statistics
| Branch: | Revision:

hydrilla-fixes-bundle / src / odysee-com-fix / index.json @ ecc6c218

1
// SPDX-License-Identifier: CC0-1.0
2

    
3
// Copyright (C) 2022 Wojtek Kosior <koszko@koszko.org>
4
// Available under the terms of Creative Commons Zero v1.0 Universal.
5

    
6
{
7
    "$schema": "https://hydrilla.koszko.org/schemas/package_source-2.schema.json",
8
    "source_name": "odysee-com-fix",
9
    "copyright":  [
10
	{"file": "report.spdx"},
11
	{"file": "LICENSES/CC0-1.0.txt"}
12
    ],
13
    "upstream_url": "https://git.koszko.org/hydrilla-fixes-bundle/tree/src/odysee-com-fix",
14
    "definitions": [{
15
	"type":         "mapping_and_resource",
16
	"identifier":   "odysee-com-fix",
17
	"long_name":    "Odysee fix",
18
	"uuid":         "0be8feb8-99da-4d63-9f9f-73dedd3059e9",
19
	"version":      [2022, 2, 21],
20
	"revision":     2,
21
	"description":  "Make video playback and search on odysee.com functional without relying on site-served JavaScript.",
22
	"dependencies": [],
23
	"scripts":      [{"file": "odysee.js"}],
24
	"payloads": {
25
	    // To test go to https://odysee.com/, then try searching for videos
26
	    // and playing them.
27
	    "https://odysee.com/***": {
28
		"identifier": "odysee-com-fix"
29
	    }
30
	}
31
    }],
32
    "reuse_generate_spdx_report": true
33
}
(1-1/2)