diff options
Diffstat (limited to 'src/drive-google-com-fix-browse/index.json')
-rw-r--r-- | src/drive-google-com-fix-browse/index.json | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/src/drive-google-com-fix-browse/index.json b/src/drive-google-com-fix-browse/index.json new file mode 100644 index 0000000..395170b --- /dev/null +++ b/src/drive-google-com-fix-browse/index.json @@ -0,0 +1,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 +} |