Project

General

Profile

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

hydrilla-fixes-bundle / src / accuweather-com-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": "accuweather-com-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/accuweather-com-fix",
15
    "definitions": [{
16
	"type":         "mapping_and_resource",
17
	"identifier":   "accuweather-com-fix",
18
	"long_name":    "AccuWeather display fix",
19
	"version":      [2022, 2, 18],
20
	"revision":     2,
21
	"description":  "Make accuweather.com display its contents without relying on site-served JavaScript.",
22
	"dependencies": [],
23
	"scripts":      [{"file": "accuweather.js"}],
24
	"payloads": {
25
	    // * https://www.accuweather.com/en/pl/krakow/2-274455_1_al/weather-forecast/2-274455_1_al
26
	    // * https://www.accuweather.com/en/us/new-york/10007/weather-forecast/349727
27
	    // Or just go https://www.accuweather.com/en/search-locations?query=<NAME_OF_SOME_CITY>
28
	    // and select a city from the list.
29
	    "https://www.accuweather.com/***": {
30
		"identifier": "accuweather-com-fix"
31
	    }
32
	}
33
    }],
34
    "reuse_generate_spdx_report": true
35
}
(2-2/2)