Last active
December 19, 2015 04:28
-
-
Save Ventero/5897253 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Icon Update Test | |
// @description Test the displayed icon in the addon manager when updating this script. | |
// @namespace ventero.de | |
// @include http* | |
// @icon http://iconpacks.mozdev.org/images/firefox-world32x32.png | |
// @downloadURL https://gist.github.com/Ventero/5897253/raw/d1558153f6977f84a8288c260a3560b59577a7fc/update.user.js | |
// @updateURL https://gist.github.com/Ventero/5897253/raw/3d9118b6beca694e265648c9c46b815ac42dd367/update.meta.js | |
// @version 0.5 | |
// ==/UserScript== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @version 1.0 | |
// @downloadURL https://gist.github.com/Ventero/5897253/raw/d1558153f6977f84a8288c260a3560b59577a7fc/update.user.js | |
// ==/UserScript== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Icon Update Test | |
// @description Test the displayed icon in the addon manager when updating this script. | |
// @namespace ventero.de | |
// @include http* | |
// @icon http://iconpacks.mozdev.org/images/firefox-world32x32.png | |
// @version 1.0 | |
// @downloadURL https://gist.github.com/Ventero/5897253/raw/382cc9298f854654b8c3bd9d296cf62888d35d48/update.user.js | |
// ==/UserScript== |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment