Skip to content

Instantly share code, notes, and snippets.

@Podshot
Last active August 29, 2015 14:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save Podshot/4b2a297a30c0e24243cb to your computer and use it in GitHub Desktop.
Save Podshot/4b2a297a30c0e24243cb to your computer and use it in GitHub Desktop.
# Anywhere in your filter as long as it is not inside a function. Should be on the same column as "displayName"
VERSION = "<Filter Version. Checked against the Update Page's version>"
UPDATE_URL = "<URL that points to the filters update page. This should be in the Page Format above>"
# Rest of filter
{
"Version": "<Current Version Number. Checked against the filter's version>",
"Download-URL": "<URL of current filter version, URL to download the most current filter from>",
"Name": "<Name of Current Filter. Used if you also like to version in the File Name>",
"ChangeLog": "<!!OPTIONAL!! URL that the user is sent to, only if they have the 'View Change Logs' option in the filter set to true>"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment