Project

General

Profile

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

hydrilla-fixes-bundle / src / docs-google-com-fix-sheets-display / 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": "docs-google-com-fix-sheets-display",
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/docs-google-com-fix-sheets-display",
14
    "definitions": [{
15
	"type":         "mapping_and_resource",
16
	"identifier":   "docs-google-com-fix-sheets-display",
17
	"long_name":    "Google Sheets display&download fix",
18
	"uuid":         "ad496895-3302-4045-8f2d-ecac8f151d5b",
19
	"version":      [2022, 2, 21],
20
	"revision":     2,
21
	"description":  "Make spreadsheets on docs.google.com viewable and downloadable without relying on site-served JavaScript.",
22
	"dependencies": [],
23
	"scripts":      [{"file": "google_sheets_download.js"}],
24
	"payloads": {
25
	    // * https://old.reddit.com/search?q=url%3Adocs.google.com%2Fspreadsheets%2Fd%2F <- to get testing links
26
	    "https://docs.google.com/spreadsheets/d/**": {
27
		"identifier": "docs-google-com-fix-sheets-display"
28
	    }
29
	}
30
    }, {
31
	"type":	             "mapping",
32
	"identifier":        "google-sheets-fix-display",
33
	"long_name":         "Google Sheets display&download fix (transitional package)",
34
	"uuid":	             "adf53341-685d-4c20-b481-d5c778144ec6",
35
	"version":           [2022, 2, 21, 2],
36
	"description":       "This is a transitional package and can be safely removed.",
37
	"required_mappings": [{"identifier": "docs-google-com-fix-sheets-display"}],
38
	"payloads":          {}
39
    }],
40
    "reuse_generate_spdx_report": true
41
}
(2-2/2)