Project

General

Profile

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

hydrilla-fixes-bundle / src / docs-google-com-fix-forms / 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-forms",
9
    "copyright":  [
10
	{"file": "report.spdx"},
11
	{"file": "LICENSES/Apache-2.0.txt"},
12
	{"file": "LICENSES/CC0-1.0.txt"}
13
    ],
14
    "upstream_url": "https://git.koszko.org/hydrilla-fixes-bundle/tree/src/docs-google-com-fix-forms",
15
    "definitions": [{
16
	"type":         "mapping_and_resource",
17
	"identifier":   "docs-google-com-fix-forms",
18
	"long_name":    "Google Forms submission fix",
19
	"uuid":         "23f51630-6118-4ef2-9709-2a1dba7ebb52",
20
	"version":      [2022, 3, 7],
21
	"revision":     2,
22
	"description":  "Enable filling and submitting of Google Forms without relying on site-served JavaScript.",
23
	"dependencies": [],
24
	"scripts":      [{"file": "google_forms.js"}],
25
	"payloads": {
26
	    // * https://old.reddit.com/search?q=url%3Adocs.google.com%2Fforms <- to get testing links
27
	    // note: forms tend to expire quickly
28
	    "https://docs.google.com/forms/d/**": {
29
		"identifier": "docs-google-com-fix-forms"
30
	    },
31
	    "https://docs.google.com/forms/u/1/d/**": {
32
		"identifier": "docs-google-com-fix-forms"
33
	    }
34
	}
35
    }, {
36
	"type":	        "mapping",
37
	"identifier":   "google-forms-fix",
38
	"long_name":    "Google Forms submission fix (transitional package)",
39
	"uuid":	        "0aba91dc-e552-4276-a981-1a56d30f9058",
40
	"version":      [2022, 3, 7, 2],
41
	"description":  "This is a transitional package and can be safely removed.",
42
	"required_mappings": [{"identifier": "docs-google-com-fix-forms"}],
43
	"payloads":     {}
44
    }],
45
    "reuse_generate_spdx_report": true
46
}
(2-2/2)