Test support URL

Testing to see what happens if two @requires have the same name

// ==UserScript==
// @name          Test support URL
// @version       1.1
// @namespace     https://greasyfork.org/users/1
// @description   Testing to see what happens if two @requires have the same name
// @include       https://www.google.com/*
// @require       https://greasyfork.org/libraries/test2/require.js
// @supportURL    https://github.com/JasonBarnabe/greasyfork/issues/new
// ==/UserScript==

console.log("Don't look at me")