diff --git a/public/config/config.json b/public/config/config.json index 8141ccb..bb9a119 100644 --- a/public/config/config.json +++ b/public/config/config.json @@ -52,6 +52,12 @@ "desc": "Sweet & lightweight app for taking notes.", "href": "notes", "icon": "img/preview/notes.png" + }, + { + "name": "Google", + "desc": "DON'T CLICK: goes to google.com", + "href": "https://google.com", + "icon": "img/preview/google.png" } ] } \ No newline at end of file diff --git a/public/img/preview/google.png b/public/img/preview/google.png new file mode 100644 index 0000000..e6aa721 Binary files /dev/null and b/public/img/preview/google.png differ