diff --git a/build.js b/build.js index fe30581..ed4ef67 100644 --- a/build.js +++ b/build.js @@ -22,13 +22,13 @@ const STYLESHEET_KEY = "___STYLESHEET___"; const userScriptHeader = `// ==UserScript== -// @name Browser Bird +// @name Pocket Bird // @namespace https://idreesinc.com // @version 2025-10-22-02 // @description birb // @author Idrees -// @downloadURL https://github.com/IdreesInc/Browser-Bird/raw/refs/heads/main/dist/birb.user.js -// @updateURL https://github.com/IdreesInc/Browser-Bird/raw/refs/heads/main/dist/birb.user.js +// @downloadURL https://github.com/IdreesInc/Pocket-Bird/raw/refs/heads/main/dist/birb.user.js +// @updateURL https://github.com/IdreesInc/Pocket-Bird/raw/refs/heads/main/dist/birb.user.js // @match *://*/* // @grant GM_setValue // @grant GM_getValue diff --git a/dist/birb.user.js b/dist/birb.user.js index d9613f2..2da0b1b 100644 --- a/dist/birb.user.js +++ b/dist/birb.user.js @@ -1,11 +1,11 @@ // ==UserScript== -// @name Browser Bird +// @name Pocket Bird // @namespace https://idreesinc.com // @version 2025-10-22-02 // @description birb // @author Idrees -// @downloadURL https://github.com/IdreesInc/Browser-Bird/raw/refs/heads/main/dist/birb.user.js -// @updateURL https://github.com/IdreesInc/Browser-Bird/raw/refs/heads/main/dist/birb.user.js +// @downloadURL https://github.com/IdreesInc/Pocket-Bird/raw/refs/heads/main/dist/birb.user.js +// @updateURL https://github.com/IdreesInc/Pocket-Bird/raw/refs/heads/main/dist/birb.user.js // @match *://*/* // @grant GM_setValue // @grant GM_getValue