Project

General

Profile

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

hydrilla-fixes-bundle / src / pcspecialist-fix / 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": "pcspecialist-fix",
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/pcspecialist-fix",
15
    "definitions": [{
16
	"type":         "resource",
17
	"identifier":   "pcspecialist-fix-notice",
18
	"long_name":    "PCSpecialist notice fix",
19
	"uuid":         "ce43448d-7c51-4e63-91b0-d69ffd4dd4d1",
20
	"version":      [2022, 2, 21],
21
	"revision":     2,
22
	"description":  "Make PCSpecialist cookie and language notices closable without relying on site-served JavaScript.",
23
	"dependencies": [],
24
	"scripts":      [{"file": "pcspecialist_notice.js"}]
25
    }, {
26
	"type":         "resource",
27
	"identifier":   "pcspecialist-fix-priceview",
28
	"long_name":    "PCSpecialist price display fix",
29
	"uuid":         "57a21d8a-8d7b-466b-b9c9-69d835619e4d",
30
	"version":      [2022, 2, 21],
31
	"revision":     2,
32
	"description":  "Make PCSpecialist product prices viewable without relying on site-served JavaScript.",
33
	"dependencies": [{"identifier": "pcspecialist-fix-notice"}],
34
	"scripts":      [{"file": "pcspecialist_display_prices.js"}]
35
    }, {
36
	"type":         "mapping",
37
	"identifier":   "pcspecialist-fix",
38
	"long_name":    "PCSpecialist fix",
39
	"uuid":	        "159a2adc-9b05-4dc6-9eb3-e18ee3843d8d",
40
	"version":      [2022, 2, 21, 2],
41
	"description":  "Make PCSpecialist cookie notice closable and display prices without relying on site-served JavaScript.",
42
	"payloads": {
43
	    // * https://www.pcspecialist.co.uk/
44
	    "https://www.pcspecialist.co.uk/***": {
45
		"identifier": "pcspecialist-fix-notice"
46
	    },
47
	    // * https://www.pcspecialist.pl/
48
	    "https://www.pcspecialist.pl/***": {
49
		"identifier": "pcspecialist-fix-notice"
50
	    },
51
	    // * https://www.pcspecialist.co.uk/view/AURORA-ELITE/
52
	    "https://www.pcspecialist.co.uk/view/*": {
53
		"identifier": "pcspecialist-fix-priceview"
54
	    },
55
	    // * https://www.pcspecialist.pl/widok/Torva-Elite/
56
	    "https://www.pcspecialist.pl/widok/*": {
57
		"identifier": "pcspecialist-fix-priceview"
58
	    }
59
	}
60
    }],
61
    "reuse_generate_spdx_report": true
62
}
(1-1/3)