Project

General

Profile

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

hydrilla-fixes-bundle / src / drive-google-com-fix-browse / 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": "drive-google-com-fix-browse",
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/drive-google-com-fix-browse",
18
    "definitions": [{
19
	"type":         "mapping_and_resource",
20
	"identifier":   "drive-google-com-fix-browse",
21
	"long_name":    "Google Drive folder browsing fix",
22
	"uuid":         "314b8c0b-913d-4bef-8019-c54f96177195",
23
	"version":      [2022, 2, 18],
24
	"revision":     2,
25
	"description":  "Enable browsing of Google Drive folders without relying on site-served JavaScript.",
26
	"dependencies": [],
27
	"scripts":      [{"file": "google_drive_folders.js"}],
28
	"payloads": {
29
	    // * https://old.reddit.com/search?q=url%3Adrive.google.com%2Fdrive%2Ffolders%2F <- to get testing links
30
	    "https://drive.google.com/drive/folders/***": {
31
		"identifier": "drive-google-com-fix-browse"
32
	    }
33
	}
34
    }, {
35
	"type":	        "mapping",
36
	"identifier":   "google-drive-fix-browse",
37
	"long_name":    "Google Drive folder browsing fix (transitional package)",
38
	"uuid":	        "d7f00608-00e6-41e3-aac3-8cebe3453ae7",
39
	"version":      [2022, 2, 18, 2],
40
	"description":  "This is a transitional package and can be safely removed.",
41
	"required_mappings": [{"identifier": "drive-google-com-fix-browse"}],
42
	"payloads":     {}
43
    }],
44
    "reuse_generate_spdx_report": true
45
}
(2-2/2)