diff --git a/.gitignore b/.gitignore index 72f6bf7dd6..cceb380206 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ css/ dist/ *.crx *.pem +*.zip diff --git a/src/manifest.json b/src/manifest.json index 74b09124b5..e155421617 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,8 +1,9 @@ { "manifest_version": 2, - "name": "bitwarden", + "name": "bitwarden - Free Password Manager", + "short_name": "bitwarden", "version": "0.0.1", - "description": "Secure and free password manager for all of your devices.", + "description": "bitwarden is a secure and free password manager for all of your devices.", "homepage_url": "https://bitwarden.com", "icons": { "16": "images/icon16.png", @@ -46,7 +47,8 @@ "services/autofillService.js", "services/passwordGenerationService.js", "background.js" - ] + ], + "persistent": true }, "browser_action": { "default_icon": { diff --git a/store/chrome/en-US/CAPTIONS.md b/store/chrome/en-US/CAPTIONS.md new file mode 100644 index 0000000000..e69de29bb2 diff --git a/store/chrome/en-US/COPY.md b/store/chrome/en-US/COPY.md new file mode 100644 index 0000000000..aaf1781099 --- /dev/null +++ b/store/chrome/en-US/COPY.md @@ -0,0 +1,13 @@ +# Name + +bitwarden – Free Password Manager + +# Description + +bitwarden is the easiest and safest way to store all of your logins and passwords while conveniently keeping them synced between all of your devices. + +Password theft is a serious problem. The websites and apps that you use are under attack every day. Security breaches occur and your passwords are stolen. When you reuse the same passwords across apps and websites hackers can easily access your email, bank, and other important accounts. + +Security experts recommend that you use a different, randomly generated password for every account that you create. But how do you manage all those passwords? bitwarden makes it easy for you to create, store, and access your passwords. + +bitwarden stores all of your logins in an encrypted vault that syncs across all of your devices. Since it's fully encrypted before it ever leaves your device, only you have access to your data. Not even the team at bitwarden can read your data, even if we wanted to. Your data is sealed with AES-256 bit encryption, salted hashing, and PBKDF2 SHA-256. diff --git a/store/chrome/en-US/assets/icon.png b/store/chrome/en-US/assets/icon.png new file mode 100644 index 0000000000..a7f6c41af4 Binary files /dev/null and b/store/chrome/en-US/assets/icon.png differ diff --git a/store/chrome/en-US/assets/tile-large.png b/store/chrome/en-US/assets/tile-large.png new file mode 100644 index 0000000000..08f5a947b9 Binary files /dev/null and b/store/chrome/en-US/assets/tile-large.png differ diff --git a/store/chrome/en-US/assets/tile-marquee.png b/store/chrome/en-US/assets/tile-marquee.png new file mode 100644 index 0000000000..3c12d50a2d Binary files /dev/null and b/store/chrome/en-US/assets/tile-marquee.png differ diff --git a/store/chrome/en-US/assets/tile-small.png b/store/chrome/en-US/assets/tile-small.png new file mode 100644 index 0000000000..19907ed03c Binary files /dev/null and b/store/chrome/en-US/assets/tile-small.png differ diff --git a/store/chrome/en-US/screenshots/autofill.png b/store/chrome/en-US/screenshots/autofill.png new file mode 100644 index 0000000000..b88b04025c Binary files /dev/null and b/store/chrome/en-US/screenshots/autofill.png differ diff --git a/store/chrome/en-US/screenshots/password.png b/store/chrome/en-US/screenshots/password.png new file mode 100644 index 0000000000..25ecb5c371 Binary files /dev/null and b/store/chrome/en-US/screenshots/password.png differ diff --git a/store/chrome/en-US/screenshots/vault.png b/store/chrome/en-US/screenshots/vault.png new file mode 100644 index 0000000000..d77bcf8019 Binary files /dev/null and b/store/chrome/en-US/screenshots/vault.png differ diff --git a/store/chrome/en-US/screenshots/view.png b/store/chrome/en-US/screenshots/view.png new file mode 100644 index 0000000000..70320090d3 Binary files /dev/null and b/store/chrome/en-US/screenshots/view.png differ