aboutsummaryrefslogtreecommitdiff
path: root/src/meta.js
blob: 236125b6f0cb386748b21f8cf7fa336676bf86d5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// ==UserScript==
// @name         dl-librescore
// @namespace    https://github.com/LibreScore/dl-librescore
// @homepageURL  https://github.com/LibreScore/dl-librescore
// @supportURL   https://github.com/LibreScore/dl-librescore/issues
// @updateURL    https://github.com/LibreScore/dl-librescore/releases/latest/download/dl-librescore.user.js
// @downloadURL  https://github.com/LibreScore/dl-librescore/releases/latest/download/dl-librescore.user.js
// @version      %VERSION%
// @description  Download sheet music
// @author       LibreScore
// @icon         https://librescore.org/img/icons/logo.svg
// @match        https://musescore.com/*/*
// @match        https://s.musescore.com/*/*
// @license      MIT
// @copyright    Copyright (c) 2023 LibreScore
// @grant        unsafeWindow
// @grant        GM.registerMenuCommand
// @grant        GM.addElement
// @grant        GM.openInTab
// @run-at       document-start
// ==/UserScript==