From b4e2a0fc6e795d67d4695873f545c18bab26a2e5 Mon Sep 17 00:00:00 2001 From: voidstarstar Date: Sun, 24 Jun 2018 09:20:36 -0400 Subject: [PATCH] Add updateURL and downloadURL metadata Add URL of the script. --- auto_steam_queue.user.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/auto_steam_queue.user.js b/auto_steam_queue.user.js index 143eda5..11608a7 100644 --- a/auto_steam_queue.user.js +++ b/auto_steam_queue.user.js @@ -6,6 +6,8 @@ // @include http*://store.steampowered.com/*explore* // @include http*://store.steampowered.com/*agecheck/app/* // @version 4.05 +// @updateURL https://github.com/3xz/auto-steam-queue/raw/master/auto_steam_queue.user.js +// @downloadURL https://github.com/3xz/auto-steam-queue/raw/master/auto_steam_queue.user.js // @run-at document-end // @grant none // ==/UserScript==