Project

General

Profile

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

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

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
	// The text of the LicenseRef- GPL also gets included in the report.
11
	{"file": "report.spdx"},
12
	{"file": "LICENSES/CC0-1.0.txt"}
13
    ],
14
    "additional_files": [
15
	{"file": "LICENSES/LicenseRef-GPL-3.0-or-later-WITH-js-exceptions.txt"}
16
    ],
17
    "upstream_url": "https://git.koszko.org/hydrilla-fixes-bundle/tree/src/odysee-com-fix",
18
    "definitions": [{
19
	"type":         "mapping_and_resource",
20
	"identifier":   "odysee-com-fix",
21
	"long_name":    "Odysee fix",
22
	"uuid":         "0be8feb8-99da-4d63-9f9f-73dedd3059e9",
23
	"version":      [2022, 2, 21],
24
	"revision":     2,
25
	"description":  "Make video playback and search on odysee.com functional without relying on site-served JavaScript.",
26
	"dependencies": [],
27
	"scripts":      [{"file": "odysee.js"}],
28
	"payloads": {
29
	    // To test go to https://odysee.com/, then try searching for videos
30
	    // and playing them.
31
	    "https://odysee.com/***": {
32
		"identifier": "odysee-com-fix"
33
	    }
34
	}
35
    }],
36
    "reuse_generate_spdx_report": true
37
}
(1-1/2)