Neem Tres

browserconfig.xml

browserconfig.xml — Neem Tres

This page documents the browser tile configuration for Neem Tres, used by Microsoft Edge and Windows when a user pins neemtres.com to their taskbar, Start menu, or browser favorites. The actual browserconfig.xml file should be placed at the root of your domain or referenced in your theme's <head>.

Configuration Reference

<?xml version="1.0" encoding="utf-8"?>
<browserconfig>
  <msapplication>
    <tile>
      <square150x150logo src="/path-to-your-logo-150x150.png"/>
      <TileColor>#2C2C2C</TileColor>
    </tile>
  </msapplication>
</browserconfig>

Implementation Notes

  • Tile Color: #2C2C2C (dark charcoal — matches Neem Tres brand aesthetic)
  • Logo Size Required: 150×150px PNG (transparent background preferred)
  • Where to add: Upload the browserconfig.xml file via your theme's Assets and reference it in theme.liquid inside <head> as:
    <meta name="msapplication-config" content="/browserconfig.xml">
  • Tile Square: Used when site is pinned to Windows Start or taskbar in Microsoft Edge

Favicon & Icon Checklist

  • favicon.ico — 16×16, 32×32 (place in theme assets)
  • apple-touch-icon.png — 180×180px (for iOS Safari)
  • icon-192.png — 192×192px (for Android Chrome)
  • icon-512.png — 512×512px (for PWA splash screen)
  • mstile-150x150.png — 150×150px (for Microsoft Edge tile)

To implement this fully, upload these icon files to your Shopify theme assets and add the corresponding meta tags to theme.liquid.

Compare 0