diff --git a/db/extensions/chrome.ts b/db/extensions/chrome.ts index f08fd72..b64133b 100644 --- a/db/extensions/chrome.ts +++ b/db/extensions/chrome.ts @@ -5,16 +5,19 @@ const chrome: DocPage = { description: [ 'Extensiones para que tu día a día con Google Chrome, sea más productivo.', ], - contributors: [{ github_username: 'nsdonato' }], + contributors: [ + { github_username: 'nsdonato' }, + { github_username: 'eduWTR' }, + ], pageItems: [ { imgPlaceholder: 'Dark Reader', titleCard: 'Modo oscuro para cualquier página web', links: [{ type: LinkType.Web, url: 'https://darkreader.org/' }], cover: { - src: '', - height: 80, - width: 80, + src: '/extensions/chrome/darkreader-logo.png', + height: 60, + width: 60, }, videos: [], }, @@ -29,9 +32,9 @@ const chrome: DocPage = { }, ], cover: { - src: '', - height: 80, - width: 80, + src: '/extensions/chrome/grammarly.no-invert.svg', + height: 90, + width: 160, }, videos: [], }, @@ -45,9 +48,9 @@ const chrome: DocPage = { }, ], cover: { - src: '', - height: 80, - width: 80, + src: '/extensions/chrome/json-viewer-pro-logo.png', + height: 70, + width: 70, }, videos: [], }, @@ -61,9 +64,29 @@ const chrome: DocPage = { }, ], cover: { - src: '', - height: 80, - width: 80, + src: '/extensions/chrome/react-developer-tools-logo.png', + height: 60, + width: 60, + }, + videos: [], + }, + { + imgPlaceholder: 'Wappalyzer', + titleCard: 'Tool favorita de los bisagritas tech', + links: [ + { + type: LinkType.Web, + url: 'https://www.wappalyzer.com/', + }, + { + type: LinkType.Store, + url: 'https://chromewebstore.google.com/detail/wappalyzer-technology-pro/gppongmhjkpfnbhagpmjfkannfbllamg', + }, + ], + cover: { + src: '/extensions/chrome/wappalyzer-logo.png', + height: 70, + width: 70, }, videos: [], }, diff --git a/public/extensions/chrome/darkreader-logo.png b/public/extensions/chrome/darkreader-logo.png new file mode 100644 index 0000000..201b176 Binary files /dev/null and b/public/extensions/chrome/darkreader-logo.png differ diff --git a/public/extensions/chrome/grammarly.no-invert.svg b/public/extensions/chrome/grammarly.no-invert.svg new file mode 100644 index 0000000..e9737a3 --- /dev/null +++ b/public/extensions/chrome/grammarly.no-invert.svg @@ -0,0 +1,40 @@ + + Grammarly Home + + + + + + + + + + + + diff --git a/public/extensions/chrome/json-viewer-pro-logo.png b/public/extensions/chrome/json-viewer-pro-logo.png new file mode 100644 index 0000000..ba5c2a0 Binary files /dev/null and b/public/extensions/chrome/json-viewer-pro-logo.png differ diff --git a/public/extensions/chrome/react-developer-tools-logo.png b/public/extensions/chrome/react-developer-tools-logo.png new file mode 100644 index 0000000..fc5e842 Binary files /dev/null and b/public/extensions/chrome/react-developer-tools-logo.png differ diff --git a/public/extensions/chrome/wappalyzer-logo.png b/public/extensions/chrome/wappalyzer-logo.png new file mode 100644 index 0000000..2824239 Binary files /dev/null and b/public/extensions/chrome/wappalyzer-logo.png differ