mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-11 13:10:54 +00:00
ab8204368c
Over time, I think we may end up having multiple services, so it seems like a good opportunity to name this one more specifically while the cost is low. It just seems like naming it "zed" and "zed-server" leaves it a bit open ended.
9 lines
260 B
XML
9 lines
260 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<browserconfig>
|
|
<msapplication>
|
|
<tile>
|
|
<square150x150logo src="/static/images/mstile-150x150.png"/>
|
|
<TileColor>#000000</TileColor>
|
|
</tile>
|
|
</msapplication>
|
|
</browserconfig>
|