From a5cad43dd469a7f3dd4f4c5dd000c282ca7823c7 Mon Sep 17 00:00:00 2001 From: Shrey Gupta Date: Tue, 10 Dec 2024 16:45:47 +0530 Subject: [PATCH] fix(calendar): Update header --- src/content/google-calendar.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/content/google-calendar.js b/src/content/google-calendar.js index 79fe619cf..99885c74f 100644 --- a/src/content/google-calendar.js +++ b/src/content/google-calendar.js @@ -1,3 +1,8 @@ +/** + * @name Google Calendar + * @urlAlias calendar.google.com + * @urlRegex *://calendar.google.com/* + */ 'use strict'; /* global $, togglbutton */