diff --git a/template.css b/template.css index 868d5d2..a883df4 100644 --- a/template.css +++ b/template.css @@ -1,11 +1,18 @@ -/* - * Description: +/** ==UserStyle== + * @name Style Name + * @author github-username + * @licence GPLv3 + * @description + * Text + * in multiple + * lines * - * Screenshot: - * - * Contributor(s): + * @homepageURL https://github.com/Timvde/UserChrome-Tweaks + * @supportURL https://github.com/Timvde/UserChrome-Tweaks/issues */ -/* Please read the code style guidelines in CONTRIBUTING.md */ +@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); -/* Your code here */ +@-moz-document url(chrome://browser/content/browser.xul) { + /* Your code here */ +}