aboutsummaryrefslogtreecommitdiff
path: root/src/drive-google-com-fix-browse/index.json
blob: 395170b5432f8342efb4a9eaf1ec61f88a68670f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
// SPDX-License-Identifier: CC0-1.0

// Copyright (C) 2022 Wojtek Kosior <koszko@koszko.org>
// Available under the terms of Creative Commons Zero v1.0 Universal.

{
    "$schema": "https://hydrilla.koszko.org/schemas/package_source-2.schema.json",
    "source_name": "drive-google-com-fix-browse",
    "copyright":  [
	{"file": "report.spdx"},
	{"file": "LICENSES/CC0-1.0.txt"}
    ],
    "upstream_url": "https://git.koszko.org/hydrilla-fixes-bundle/tree/src/drive-google-com-fix-browse",
    "definitions": [{
	"type":         "mapping_and_resource",
	"identifier":   "drive-google-com-fix-browse",
	"long_name":    "Google Drive folder browsing fix",
	"uuid":         "314b8c0b-913d-4bef-8019-c54f96177195",
	"version":      [2022, 2, 18],
	"revision":     2,
	"description":  "Enable browsing of Google Drive folders without relying on site-served JavaScript.",
	"dependencies": [],
	"scripts":      [{"file": "google_drive_folders.js"}],
	"payloads": {
	    // * https://old.reddit.com/search?q=url%3Adrive.google.com%2Fdrive%2Ffolders%2F <- to get testing links
	    "https://drive.google.com/drive/folders/***": {
		"identifier": "drive-google-com-fix-browse"
	    }
	}
    }, {
	"type":	        "mapping",
	"identifier":   "google-drive-fix-browse",
	"long_name":    "Google Drive folder browsing fix (transitional package)",
	"uuid":	        "d7f00608-00e6-41e3-aac3-8cebe3453ae7",
	"version":      [2022, 2, 18, 2],
	"description":  "This is a transitional package and can be safely removed.",
	"required_mappings": [{"identifier": "drive-google-com-fix-browse"}],
	"payloads":     {}
    }],
    "reuse_generate_spdx_report": true
}