{"version":3,"file":"component---src-pages-tools-browser-extension-mdx-ff7353253de1fb2f01a8.js","mappings":"4RAUaA,EAAQ,SAAC,GAAD,IACnBC,EADmB,EACnBA,KACAC,EAFmB,EAEnBA,IAFmB,OAGf,aAAGD,KAAMA,EAAME,OAAO,SAASC,IAAI,eACrC,eAAKC,UAAU,sBAAsBH,IAAG,WAAaA,EAAb,WAE/BI,EAAe,GACtBC,EAAc,CAClBP,MAAAA,EACAM,aAAAA,GAGIE,EAAY,SAAC,GAEb,IADJC,EACI,EADJA,SAEA,OAAO,QAAC,IAAD,CAAQC,QAAQ,EAAMC,MAAM,eAAeC,SAAS,OACvD,eAAKP,UAAU,oBACZI,KAKM,SAASI,EAAT,GAGZ,IAFDC,EAEC,EAFDA,WACGC,GACF,YACD,OAAO,QAACP,EAAD,iBAAeD,EAAiBQ,EAAhC,CAAuCD,WAAYA,EAAYE,QAAQ,eAI5E,QAAC,UAAD,CAAaA,QAAQ,iBACrB,wCACA,yNACA,eAAKX,UAAU,yBACjB,QAACL,EAAD,CAAOE,IAAI,yBAAyBD,KAAK,qFAAqFe,QAAQ,WACtI,QAAChB,EAAD,CAAOE,IAAI,uBAAuBD,KAAK,mDAAmDe,QAAQ,YAEhG,eAAKX,UAAU,2BAA2BH,IAAI,8CAKlDW,EAAWI,gBAAiB,G,8DCzC5B,UAPoB,kBAChB,gBAAC,KAAD,CAAMC,GAAG,UAAUb,UAAU,+BACzB,gBAAC,IAAD,CAAMc,KAAK,iBAAiBC,KAAK,SACjC,iD,qBCPO,SAASC,EAA8BC,EAAQC,GAC5D,GAAc,MAAVD,EAAgB,MAAO,GAC3B,IAEIE,EAAKC,EAFLtB,EAAS,GACTuB,EAAaC,OAAOC,KAAKN,GAG7B,IAAKG,EAAI,EAAGA,EAAIC,EAAWG,OAAQJ,IACjCD,EAAME,EAAWD,GACbF,EAASO,QAAQN,IAAQ,IAC7BrB,EAAOqB,GAAOF,EAAOE,IAGvB,OAAOrB,E","sources":["webpack://fluffle/./src/pages/tools/browser-extension.mdx","webpack://fluffle/./src/pages/tools/back-to-tools.tsx","webpack://fluffle/./node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js"],"sourcesContent":["import * as React from 'react'\n /* @jsx mdx */\nimport { mdx } from '@mdx-js/react';\n/* @jsxRuntime classic */\n\n/* @jsx mdx */\n\nimport Layout from \"../../components/layout\";\nimport BackToTools from \"./back-to-tools\";\nimport { StaticImage } from 'gatsby-plugin-image';\nexport const Badge = ({\n href,\n src\n}) => \n \n ;\nexport const _frontmatter = {};\nconst layoutProps = {\n Badge,\n _frontmatter\n};\n\nconst MDXLayout = ({\n children\n}) => {\n return \n
\n {children}\n
\n
;\n};\n\nexport default function MDXContent({\n components,\n ...props\n}) {\n return \n\n\n\n \n

{`Browser extension`}

\n

{`With the browser extension, you simply right click on any image and your browser will prompt you with the option to reverse search the image using Fluffle, as can be seen in the screenshot below.`}

\n
\n \n \n
\n \n\n
;\n}\n;\nMDXContent.isMDXComponent = true;\n ","import * as React from 'react'\nimport { Link } from \"gatsby\"\nimport Icon from \"../../components/icon\"\n\nconst BackToTools = () => (\n \n \n View all tools\n \n)\n\nexport default BackToTools\n","export default function _objectWithoutPropertiesLoose(source, excluded) {\n if (source == null) return {};\n var target = {};\n var sourceKeys = Object.keys(source);\n var key, i;\n\n for (i = 0; i < sourceKeys.length; i++) {\n key = sourceKeys[i];\n if (excluded.indexOf(key) >= 0) continue;\n target[key] = source[key];\n }\n\n return target;\n}"],"names":["Badge","href","src","target","rel","className","_frontmatter","layoutProps","MDXLayout","children","center","title","maxWidth","MDXContent","components","props","mdxType","isMDXComponent","to","name","size","_objectWithoutPropertiesLoose","source","excluded","key","i","sourceKeys","Object","keys","length","indexOf"],"sourceRoot":""}