@@ -1,4 +1,6 @@
SELECT 'shell' AS component
, 'dark' AS theme
, $title AS title
+, '/grocery/'||lower($title)||'.sql' AS link
+, '/grocery/favicon.svg' AS image
;