Project

General

Profile

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

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