{"id":4432,"date":"2016-10-24T15:36:33","date_gmt":"2016-10-24T10:06:33","guid":{"rendered":"http:\/\/198.58.113.91\/blog\/?p=4432"},"modified":"2020-06-25T03:40:03","modified_gmt":"2020-06-25T03:40:03","slug":"set-custom-icon-pdf-files-firefox-default-pdf-viewer","status":"publish","type":"post","link":"https:\/\/www.winhelponline.com\/blog\/set-custom-icon-pdf-files-firefox-default-pdf-viewer\/","title":{"rendered":"Set Custom icon for PDF Files with Chrome or Firefox as the Default PDF Viewer"},"content":{"rendered":"<p>If you&#8217;ve associated PDF files with Google Chrome or Mozilla Firefox to make use of browser&#8217;s built-in <a href=\"https:\/\/support.mozilla.org\/en-US\/kb\/view-pdf-files-firefox\" target=\"_blank\" rel=\"noopener noreferrer nofollow\">PDF viewing capability<\/a>, the PDF and HTML files would show up with the same Chrome or Firefox icon in File Explorer. This post tells you how to set a custom different icon for PDF files, with Chrome or Firefox as the default PDF viewer.<!--more--><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-4441\" src=\"https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2016\/10\/firefox_pdf_ico_00.png\" alt=\"change firefox pdf file icon\" width=\"650\" height=\"361\" \/><\/p>\n<h2>Set Custom icon for PDF Files with Chrome or Firefox as the Default PDF Viewer<\/h2>\n<p>First, create or download a .ico file which you want to set as the default icon for PDF files, and save it to a permanent location. You should be able to find a suitable icon from <a href=\"http:\/\/findicons.com\/\" target=\"_blank\" rel=\"noopener noreferrer nofollow\">FindIcons<\/a> or <a href=\"http:\/\/www.iconspedia.com\/search\/pdf\/\" target=\"_blank\" rel=\"noopener noreferrer nofollow\">IconsPedia<\/a>.<\/p>\n<p>Then, follow the instructions for Google Chrome or Mozilla Firefox below.<\/p>\n<h3>With Mozilla Firefox as the default PDF Viewer<\/h3>\n<ol>\n<li>Start the Registry Editor (Regedit.exe) and go to:\n<pre>HKEY_LOCAL_MACHINE\\SOFTWARE\\Clients\\StartmenuInternet\\FIREFOX.EXE\\Capabilities\\FileAssociations<\/pre>\n<\/li>\n<li>In the right-pane, create a DWORD value named <strong>.pdf<\/strong><\/li>\n<li>Double-click .pdf and set its value data to <strong>FirefoxPDF<\/strong><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-4434\" src=\"https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2016\/10\/firefox_pdf_ico_1.png\" alt=\"change firefox pdf file icon\" width=\"618\" height=\"226\" \/><\/li>\n<li>Select HKEY_CLASSES_ROOT, and create a new subkey named <strong>FirefoxPDF<\/strong><\/li>\n<li>With <strong>FirefoxPDF<\/strong> selected, double-click (default) and set its value data to <strong>PDF File<\/strong><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-4435\" src=\"https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2016\/10\/firefox_pdf_ico_2.png\" alt=\"change firefox pdf file icon\" width=\"682\" height=\"187\" \/>\n<p><em>What you mention here is displayed in the Type column in Details view and in the Preview pane. You can type in any description as you&#8217;d like, say &#8220;Firefox PDF Document&#8221;.<\/em><\/li>\n<li>Under FirefoxPDF, create a subkey named <strong>DefaultIcon<\/strong><\/li>\n<li>Select <strong>DefaultIcon<\/strong> and double-click the <strong>(default)<\/strong> value in the right pane.<img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-4436\" src=\"https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2016\/10\/firefox_pdf_ico_3.png\" alt=\"change firefox pdf file icon\" width=\"683\" height=\"187\" \/><\/li>\n<li>Type in the .ico file with full path there.<\/li>\n<li>Then create the following key:\n<pre>HKEY_CLASSES_ROOT\\FirefoxPDF\\shell\\open\\command<\/pre>\n<p><em><strong>Note:<\/strong> The &#8220;shell&#8221; key doesn&#8217;t exist by default. You need to create it, and its subkeys as above, manually.<\/em><\/li>\n<li>With the above key selected, double-click (default) and set it&#8217;s value data as follows:\n<pre>\"C:\\Program Files (x86)\\Mozilla Firefox\\firefox.exe\" -osint -url \"%1\"<\/pre>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-4437\" src=\"https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2016\/10\/firefox_pdf_ico_4.png\" alt=\"change firefox pdf file icon\" width=\"684\" height=\"187\" \/><\/p>\n<p><em>That assumes Firefox.exe is located under <code>C:\\Program Files (x86)<\/code> in a Windows x64 system. The Program Files path would be <code>C:\\Program Files<\/code> in an x86 system. Or, if you&#8217;ve installed Firefox under your user profile, type the appropriate path. You can find the Firefox.exe file location by right-clicking on the Mozilla Firefox shortcut in the Taskbar or Start menu and checking its properties.<\/em><\/li>\n<\/ol>\n<p>You now have the following registry keys\/structure.<\/p>\n<pre>HKEY_CLASSES_ROOT\r\n| FirefoxPDF\r\n|_ DefaultIcon\r\n|_ shell\r\n|__ open\r\n|___ command<\/pre>\n<h4>REG file for the above settings<\/h4>\n<p>To automate steps above, you can use this <a href=\"https:\/\/www.winhelponline.com\/blog\/how-to-use-reg-files-registration-entries-windows\/\">.reg file<\/a>:<\/p>\n<pre><code>Windows Registry Editor Version 5.00\r\n\r\n[HKEY_CLASSES_ROOT\\FirefoxPDF]\r\n@=\"PDF File\"\r\n\r\n[HKEY_CLASSES_ROOT\\FirefoxPDF\\DefaultIcon]\r\n@=\"C:\\\\Program Files (x86)\\\\Mozilla Firefox\\\\Pdf.ico\"\r\n\r\n[HKEY_CLASSES_ROOT\\FirefoxPDF\\shell]\r\n@=\"open\"\r\n\r\n[HKEY_CLASSES_ROOT\\FirefoxPDF\\shell\\open\\command]\r\n@=\"\\\"C:\\\\Program Files (x86)\\\\Mozilla Firefox\\\\firefox.exe\\\" -osint -url \\\"%1\\\"\"\r\n\r\n[HKEY_CURRENT_USER\\SOFTWARE\\Clients\\StartmenuInternet\\FIREFOX.EXE\\Capabilities\\FileAssociations]\r\n\".pdf\"=\"FirefoxPDF\"\r\n\r\n[HKEY_LOCAL_MACHINE\\SOFTWARE\\Clients\\StartmenuInternet\\FIREFOX.EXE\\Capabilities\\FileAssociations]\r\n\".pdf\"=\"FirefoxPDF\"\r\n<\/code><\/pre>\n<p><a href=\"https:\/\/www.winhelponline.com\/blog\/how-to-use-reg-files-registration-entries-windows\/\">Make a .reg file<\/a> out of the above contents. To do so, copy the above lines to Notepad, and save it with <strong>.reg<\/strong> extension. Double-click the .reg to apply the settings to the registry. Before applying, inspect (and change) the paths for Firefox.exe and the custom icon file accordingly, so as to match the paths in your system.<\/p>\n<hr \/>\n<h3>With Google Chrome as the default PDF Viewer<\/h3>\n<p>If Google Chrome is your default PDF viewer, here is how to change the PDF file icon:<\/p>\n<ol>\n<li>Start the Registry Editor (Regedit.exe) and go to:\n<pre>HKEY_LOCAL_MACHINE\\SOFTWARE\\Clients\\StartMenuInternet\\Google Chrome\\Capabilities\\FileAssociations<\/pre>\n<\/li>\n<li>Double-click .pdf and set its value data as <strong>ChromePDF<\/strong><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-9664\" src=\"https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2016\/10\/chrome-pdf-viewer-icon-1.png\" alt=\"chrome pdf icon default viewer\" width=\"700\" height=\"206\" \/><\/li>\n<li>Select <strong>HKEY_CLASSES_ROOT<\/strong>, and create a new subkey named <strong>ChromePDF<\/strong><\/li>\n<li>With <strong>ChromePDF<\/strong>\u00a0selected, double-click (default) and set its value data to <strong>PDF File<\/strong><em>What you mention here is displayed in the Type column in Details view and in the Preview pane. You can type in any description as you&#8217;d like, say &#8220;Chrome PDF Document&#8221;.<\/em><\/li>\n<li>Under <strong>ChromePDF<\/strong>, create a subkey named <strong>DefaultIcon<\/strong><\/li>\n<li>Select <strong>DefaultIcon<\/strong> and double-click the (default) value in the right pane.<\/li>\n<li>Type in the .ico file with full path there.<\/li>\n<li>Then create the following key:\n<pre>HKEY_CLASSES_ROOT\\ChromePDF\\shell\\open\\command<\/pre>\n<p><em><strong>Note:<\/strong> The &#8220;shell&#8221; key doesn&#8217;t exist by default. You need to create it, and its subkeys as above, manually.<\/em><\/li>\n<li>With the above key selected, double-click (default) and set it&#8217;s value data as follows:\n<pre>\"C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe\" -- \"%1\"<\/pre>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-9665\" src=\"https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2016\/10\/chrome-pdf-viewer-icon-3.png\" alt=\"chrome pdf icon default viewer\" width=\"720\" height=\"373\" \/><\/p>\n<p><em>That assumes Chrome.exe is located under <code>C:\\Program Files (x86)<\/code>, which is the default installation folder in a Windows x64 system. The Program Files path would be <code>C:\\Program Files<\/code> in an x86 system. Or, if you&#8217;ve installed Chrome under your user profile, type the appropriate path. You can find the Chrome.exe file location by right-clicking on the Google Chrome shortcut in the Taskbar or Start menu and checking its properties.<\/em><\/li>\n<\/ol>\n<p>You now have the following registry keys\/structure:<\/p>\n<pre>HKEY_CLASSES_ROOT\r\n| ChromePDF\r\n|_ DefaultIcon\r\n|_ shell\r\n|__ open\r\n|___ command<\/pre>\n<h4>REG file for the above settings<\/h4>\n<pre>Windows Registry Editor Version 5.00\r\n\r\n[HKEY_CLASSES_ROOT\\ChromePDF]\r\n@=\"Chrome PDF Document\"\r\n\r\n[HKEY_CLASSES_ROOT\\ChromePDF\\DefaultIcon]\r\n@=\"\\\"C:\\\\Program Files (x86)\\\\Google\\\\Chrome\\\\Application\\\\pdf.ico\\\"\"\r\n\r\n[HKEY_CLASSES_ROOT\\ChromePDF\\shell\\open\\command]\r\n@=\"\\\"C:\\\\Program Files (x86)\\\\Google\\\\Chrome\\\\Application\\\\chrome.exe\\\" -- \\\"%1\\\"\"\r\n\r\n[HKEY_LOCAL_MACHINE\\SOFTWARE\\Clients\\StartMenuInternet\\Google Chrome\\Capabilities\\FileAssociations]\r\n\".pdf\"=\"ChromePDF\"<\/pre>\n<h2>Set (Reset) Chrome or Firefox as the Default PDF Viewer<\/h2>\n<p>After you apply the registry settings mentioned above, reset the file association for PDF files to Microsoft Edge (or any other program), and then set it back to Google Chrome or Mozilla Firefox, using the Open with dialog, or Default Apps or Default Programs.<\/p>\n<p>In Windows 10, open Settings \u2192 Apps \u2192 <strong>Default Apps<\/strong> to set the default browser.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-9663\" src=\"https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2016\/10\/chrome-pdf-viewer-icon-2.png\" alt=\"chrome pdf icon default viewer\" width=\"699\" height=\"697\" \/><\/p>\n<p>In earlier versions of Windows, use the Default Programs applet in the Control Panel. Instructions are provided below:<\/p>\n<p>Open classic Control Panel by right-clicking Start, and click Control Panel. Set the view type to icons, and click Default Programs.<\/p>\n<p>Click Set your default programs, select Google Chrome or Mozilla Firefox from the list, and click &#8220;Choose defaults for this program&#8221;.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-4438\" src=\"https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2016\/10\/firefox_pdf_ico_5.png\" alt=\"change firefox pdf file icon\" width=\"558\" height=\"254\" \/><\/p>\n<p>Select .pdf from the list, and click Save.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-4439\" src=\"https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2016\/10\/firefox_pdf_ico_6.png\" alt=\"change firefox pdf file icon\" width=\"497\" height=\"634\" \/><\/p>\n<p>That&#8217;s it! You&#8217;ve now changed the PDF file type icon, and the association set to Google Chrome or Mozilla Firefox.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-4442\" src=\"https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2016\/10\/firefox_pdf_ico_07.png\" alt=\"change firefox pdf file icon\" width=\"650\" height=\"366\" \/><\/p>\n","protected":false},"excerpt":{"rendered":"<p>If you&#8217;ve associated PDF files with Google Chrome or Mozilla Firefox to make use of browser&#8217;s built-in PDF viewing capability, the PDF and HTML files would show up with the same Chrome or Firefox icon in File Explorer. This post tells you how to set a custom different icon for PDF files, with Chrome or &#8230; <a title=\"Set Custom icon for PDF Files with Chrome or Firefox as the Default PDF Viewer\" class=\"read-more\" href=\"https:\/\/www.winhelponline.com\/blog\/set-custom-icon-pdf-files-firefox-default-pdf-viewer\/\" aria-label=\"Read more about Set Custom icon for PDF Files with Chrome or Firefox as the Default PDF Viewer\">Read more<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_feature_clip_id":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_post_was_ever_published":false},"categories":[7],"tags":[222,241,441],"class_list":["post-4432","post","type-post","status-publish","format-standard","hentry","category-windows","tag-firefox","tag-google-chrome","tag-registry"],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack-related-posts":[{"id":34666,"url":"https:\/\/www.winhelponline.com\/blog\/add-firefox-private-default-apps\/","url_meta":{"origin":4432,"position":0},"title":"Add &#8220;Firefox (Private browsing)&#8221; to Default Apps","author":"Ramesh","date":"March 21, 2023","format":false,"excerpt":"Firefox Private browsing helps you visit websites without saving cookies, temp files, and browsing history. If you're wondering how to add \"Firefox (Private browsing)\" to the Default Apps, this article has the registry edit. RELATED: Add Firefox Portable with Default Apps Add \"Firefox (Private browsing)\" to Default Apps Download the\u2026","rel":"","context":"In &quot;Windows 10&quot;","block_context":{"text":"Windows 10","link":"https:\/\/www.winhelponline.com\/blog\/category\/microsoft\/windows\/windows-10\/"},"img":{"alt_text":"firefox private browsing - default apps","src":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2023\/03\/firefox-private-default-apps.png?resize=350%2C200&ssl=1","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2023\/03\/firefox-private-default-apps.png?resize=350%2C200&ssl=1 1x, https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2023\/03\/firefox-private-default-apps.png?resize=525%2C300&ssl=1 1.5x, https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2023\/03\/firefox-private-default-apps.png?resize=700%2C400&ssl=1 2x"},"classes":[]},{"id":309,"url":"https:\/\/www.winhelponline.com\/blog\/enable-or-disable-thumbnail-preview-for-pdf-files\/","url_meta":{"origin":4432,"position":1},"title":"[Fix] PDF Thumbnail and Preview Not Showing Up in File Explorer","author":"Ramesh","date":"May 29, 2008","format":false,"excerpt":"In your Windows computer, File Explorer may not display PDF thumbnails, and instead, show only the default icon assigned for PDF files. This might happen even if you have the option Always show icons, never thumbnails unchecked in the View tab of the Folder Options dialog. Also, in Microsoft Outlook\u2026","rel":"","context":"In &quot;Microsoft Edge&quot;","block_context":{"text":"Microsoft Edge","link":"https:\/\/www.winhelponline.com\/blog\/category\/edge\/"},"img":{"alt_text":"Edge PDF Preview Handler - Microsoft PDF Previewer","src":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2008\/05\/edge-preview-handler.png?resize=350%2C200&ssl=1","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2008\/05\/edge-preview-handler.png?resize=350%2C200&ssl=1 1x, https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2008\/05\/edge-preview-handler.png?resize=525%2C300&ssl=1 1.5x, https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2008\/05\/edge-preview-handler.png?resize=700%2C400&ssl=1 2x"},"classes":[]},{"id":1658,"url":"https:\/\/www.winhelponline.com\/blog\/copy-urls-all-open-tabs-title-chrome-firefox\/","url_meta":{"origin":4432,"position":2},"title":"Copy URLs of All Open Tabs in Chrome, Firefox, Edge","author":"Ramesh","date":"February 19, 2016","format":false,"excerpt":"We saw one of the ways to Copy Title and URLs from all open tabs in Internet Explorer. For Google Chrome and Firefox, there are many add-ons or extensions for this purpose. This post features a couple of nice extensions that can copy the URLs for the current tab, current\u2026","rel":"","context":"In &quot;Utilities&quot;","block_context":{"text":"Utilities","link":"https:\/\/www.winhelponline.com\/blog\/category\/utilities\/"},"img":{"alt_text":"copy tab urls edge chromium","src":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2016\/02\/edge-copy-tab-urls.png?resize=350%2C200&ssl=1","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2016\/02\/edge-copy-tab-urls.png?resize=350%2C200&ssl=1 1x, https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2016\/02\/edge-copy-tab-urls.png?resize=525%2C300&ssl=1 1.5x, https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2016\/02\/edge-copy-tab-urls.png?resize=700%2C400&ssl=1 2x"},"classes":[]},{"id":4261,"url":"https:\/\/www.winhelponline.com\/blog\/print-directory-contents-using-chrome-firefox\/","url_meta":{"origin":4432,"position":3},"title":"How to Print Directory Contents Using Different Methods","author":"Ramesh","date":"October 4, 2016","format":false,"excerpt":"You can copy folder contents by selecting all items in a folder, pressing Shift key and clicking the Copy as Path command in the right-click menu. Then open Notepad or any other text editor and paste the contents from the clipboard. But if you need to print the directory list\u2026","rel":"","context":"In &quot;Windows&quot;","block_context":{"text":"Windows","link":"https:\/\/www.winhelponline.com\/blog\/category\/microsoft\/windows\/"},"img":{"alt_text":"get directory listing - sysexporter","src":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2016\/10\/dir-list-sysexporter.png?resize=350%2C200&ssl=1","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2016\/10\/dir-list-sysexporter.png?resize=350%2C200&ssl=1 1x, https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2016\/10\/dir-list-sysexporter.png?resize=525%2C300&ssl=1 1.5x, https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2016\/10\/dir-list-sysexporter.png?resize=700%2C400&ssl=1 2x"},"classes":[]},{"id":26942,"url":"https:\/\/www.winhelponline.com\/blog\/internet-shortcuts-open-print-dialog-web-doc-tab-missing\/","url_meta":{"origin":4432,"position":4},"title":"Internet Shortcuts Open Print Dialog; Web Document Tab Missing","author":"Ramesh","date":"July 26, 2022","format":false,"excerpt":"When you right-click an internet shortcut (.URL file), the \"Print\" command is the default (shown in bold letters) action. As a result, double-clicking on internet shortcuts will open the Print dialog. And, the Web document tab may be missing in the property sheet for Internet Shortcut (.URL) files. Additionally, the\u2026","rel":"","context":"In &quot;Windows&quot;","block_context":{"text":"Windows","link":"https:\/\/www.winhelponline.com\/blog\/category\/microsoft\/windows\/"},"img":{"alt_text":"web document tab missing url properties","src":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2022\/07\/webdoctab-1.png?resize=350%2C200&ssl=1","width":350,"height":200},"classes":[]},{"id":1427,"url":"https:\/\/www.winhelponline.com\/blog\/open-url-shortcuts-different-browsers-right-click-menu\/","url_meta":{"origin":4432,"position":5},"title":"Open .URL files (Internet Shortcut) with any Browser via Right-click menu","author":"Ramesh","date":"January 13, 2016","format":false,"excerpt":"Double-clicking a .url file (Website shortcut) always launches it using the default browser. But, there are situations where you need to open different website shortcuts in various browsers. Adding browser choices to the right-click menu for .url files allows you to choose a non-default web browser from the list and\u2026","rel":"","context":"In &quot;Windows&quot;","block_context":{"text":"Windows","link":"https:\/\/www.winhelponline.com\/blog\/category\/microsoft\/windows\/"},"img":{"alt_text":"web browsers - chrome, firefox, opera, safari, IE","src":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2016\/01\/web-browsers-featured.png?resize=350%2C200&ssl=1","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2016\/01\/web-browsers-featured.png?resize=350%2C200&ssl=1 1x, https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2016\/01\/web-browsers-featured.png?resize=525%2C300&ssl=1 1.5x"},"classes":[]}],"_links":{"self":[{"href":"https:\/\/www.winhelponline.com\/blog\/wp-json\/wp\/v2\/posts\/4432","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.winhelponline.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.winhelponline.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.winhelponline.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.winhelponline.com\/blog\/wp-json\/wp\/v2\/comments?post=4432"}],"version-history":[{"count":0,"href":"https:\/\/www.winhelponline.com\/blog\/wp-json\/wp\/v2\/posts\/4432\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.winhelponline.com\/blog\/wp-json\/wp\/v2\/media?parent=4432"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.winhelponline.com\/blog\/wp-json\/wp\/v2\/categories?post=4432"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.winhelponline.com\/blog\/wp-json\/wp\/v2\/tags?post=4432"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}