Project

General

Profile

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

hydrilla-fixes-bundle / src / app-box-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": "app-box-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/app-box-com-fix",
18
    "definitions": [{
19
	"type":         "mapping_and_resource",
20
	"identifier":   "app-box-com-fix",
21
	"long_name":    "Box online storage fix",
22
	"uuid":         "c9a6f84d-d0b5-4fa8-8acf-aa63eb8222a1",
23
	"version":      [2022, 6, 28],
24
	"revision":     1,
25
	"description":  "Make app.box.com files downloadable without relying on site-served JavaScript.",
26
	"dependencies": [],
27
	"scripts":      [{"file": "box.js"}],
28
	"payloads": {
29
	    // * https://old.reddit.com/domain/app.box.com/ <- to get more testing links
30
	    // * https://uwmadison.app.box.com/s/ydht2incbdmw1lhpjg5t40adguc0fm14
31
	    // * https://app.box.com/s/gc4ygloi4qtimeh98dq9mmydyuydawcn
32
	    // * https://app.box.com/s/vysdh2u78yih3c8leetgq82il954a3g3
33
	    // * https://app.box.com/s/nnlplkmjhimau404qohh9my10pwmo8es
34
	    // * https://ucla.app.box.com/s/mv32q624ojihohzh8d0mhhj0b3xluzbz
35
	    // * https://app.box.com/s/6qktxunhz5sjkheg1a8iihvu4mofpdue
36
	    "https://***.app.box.com/s/*": {
37
		"identifier": "app-box-com-fix"
38
	    }
39
	}
40
    }, {
41
	"type":              "mapping",
42
	"identifier":        "app-box-fix",
43
	"long_name":         "Box online storage fix (transitional package)",
44
	"uuid":              "395c3b93-2da8-4cb4-916b-baa06360b188",
45
	"version":           [2022, 2, 18, 2],
46
	"description":       "This is a transitional package and can be safely removed.",
47
	"required_mappings": [{"identifier": "app-box-com-fix"}],
48
	"payloads":          {}
49
    }],
50
    "reuse_generate_spdx_report": true
51
}
(2-2/2)