update windows app store name

This commit is contained in:
Kyle Spearrin 2018-03-19 12:29:37 -04:00
parent 7f8c5d1e5a
commit 36734f809e
1 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@
Version="0.0.0.0"/>
<Properties>
<DisplayName>Bitwarden - Free Password Manager</DisplayName>
<DisplayName>Bitwarden Extension - Free Password Manager</DisplayName>
<PublisherDisplayName>8bit Solutions LLC</PublisherDisplayName>
<Logo>Assets/icon_50.png</Logo>
</Properties>
@ -30,7 +30,7 @@
<Application Id="App">
<uap:VisualElements
AppListEntry="none"
DisplayName="Bitwarden - Free Password Manager"
DisplayName="Bitwarden Extension - Free Password Manager"
Square150x150Logo="Assets/icon_150.png"
Square44x44Logo="Assets/icon_44.png"
Description="A secure and free password manager for all of your devices."
@ -41,7 +41,7 @@
<uap3:AppExtension Name="com.microsoft.edge.extension"
Id="EdgeExtension"
PublicFolder="Extension"
DisplayName="Bitwarden - Free Password Manager">
DisplayName="Bitwarden Extension - Free Password Manager">
</uap3:AppExtension>
</uap3:Extension>
</Extensions>