Add files via upload
BIN
store/icons/chrome-icon128.png
Normal file
|
After Width: | Height: | Size: 1.9 KiB |
BIN
store/icons/icon64.png
Normal file
|
After Width: | Height: | Size: 878 B |
BIN
store/icons/safari-icon256.png
Normal file
|
After Width: | Height: | Size: 3.2 KiB |
BIN
store/icons/windows-icon300.png
Normal file
|
After Width: | Height: | Size: 11 KiB |
50
store/windows/AppxManifest.xml
Normal file
@@ -0,0 +1,50 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<Package
|
||||||
|
xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10"
|
||||||
|
xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10"
|
||||||
|
xmlns:uap3="http://schemas.microsoft.com/appx/manifest/uap/windows10/3"
|
||||||
|
IgnorableNamespaces="uap3">
|
||||||
|
|
||||||
|
<Identity
|
||||||
|
Name="8bitSolutionsLLC.bitwarden-FreePasswordManager"
|
||||||
|
Publisher="CN=14D52771-DE3C-4886-B8BF-825BA7690418"
|
||||||
|
Version="0.0.0.0"/>
|
||||||
|
|
||||||
|
<Properties>
|
||||||
|
<DisplayName>Bitwarden Extension - Free Password Manager</DisplayName>
|
||||||
|
<PublisherDisplayName>8bit Solutions LLC</PublisherDisplayName>
|
||||||
|
<Logo>Assets/icon_50.png</Logo>
|
||||||
|
</Properties>
|
||||||
|
|
||||||
|
<Dependencies>
|
||||||
|
<TargetDeviceFamily Name="Windows.Desktop"
|
||||||
|
MinVersion="10.0.14393.0"
|
||||||
|
MaxVersionTested="10.0.14800.0" />
|
||||||
|
</Dependencies>
|
||||||
|
|
||||||
|
<Resources>
|
||||||
|
<Resource Language="en-us"/>
|
||||||
|
</Resources>
|
||||||
|
|
||||||
|
<Applications>
|
||||||
|
<Application Id="App">
|
||||||
|
<uap:VisualElements
|
||||||
|
AppListEntry="none"
|
||||||
|
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."
|
||||||
|
BackgroundColor="white">
|
||||||
|
</uap:VisualElements>
|
||||||
|
<Extensions>
|
||||||
|
<uap3:Extension Category="windows.appExtension">
|
||||||
|
<uap3:AppExtension Name="com.microsoft.edge.extension"
|
||||||
|
Id="EdgeExtension"
|
||||||
|
PublicFolder="Extension"
|
||||||
|
DisplayName="Bitwarden Extension - Free Password Manager">
|
||||||
|
</uap3:AppExtension>
|
||||||
|
</uap3:Extension>
|
||||||
|
</Extensions>
|
||||||
|
</Application>
|
||||||
|
</Applications>
|
||||||
|
</Package>
|
||||||
BIN
store/windows/Assets/icon_150.png
Normal file
|
After Width: | Height: | Size: 5.2 KiB |
BIN
store/windows/Assets/icon_44.png
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
store/windows/Assets/icon_50.png
Normal file
|
After Width: | Height: | Size: 1.6 KiB |