Project

General

Profile

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

hydrilla-fixes-bundle / src / bandcamp-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": "bandcamp-com-fix",
9
    "copyright":  [
10
	{"file": "report.spdx"},
11
	{"file": "LICENSES/Apache-2.0.txt"},
12
	{"file": "LICENSES/CC0-1.0.txt"}
13
    ],
14
    "upstream_url": "https://git.koszko.org/hydrilla-fixes-bundle/tree/src/bandcamp-com-fix",
15
    "definitions": [{
16
	"type":         "mapping_and_resource",
17
	"identifier":   "bandcamp-com-fix",
18
	"long_name":    "Bandcamp inline music player fix",
19
	"version":      [2022, 2, 18],
20
	"revision":     2,
21
	"description":  "Make bandcamp.com inline player usable without relying on site-served JavaScript.",
22
	"dependencies": [],
23
	"scripts":      [{"file": "bandcamp.js"}],
24
	"payloads": {
25
	    // * https://old.reddit.com/search?q=url%3Abandcamp.com%2Ftrack%2F <- to get more testing links
26
	    // * https://chaiofficial.bandcamp.com/track/whole
27
	    // * https://studio273.bandcamp.com/track/sweet
28
	    "https://*.bandcamp.com/track/*": {
29
		"identifier": "bandcamp-com-fix"
30
	    }
31
	}
32
    }],
33
    "reuse_generate_spdx_report": true
34
}
(2-2/2)