Skip to content

Commit

Permalink
[Feature] Added website URL storing and viewing
Browse files Browse the repository at this point in the history
  • Loading branch information
yvesh committed Apr 26, 2018
1 parent ce05cc1 commit 2bae299
Show file tree
Hide file tree
Showing 13 changed files with 2,692 additions and 792 deletions.
2 changes: 1 addition & 1 deletion build.config.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "0.1.5"
"version": "0.1.6"
}
20 changes: 18 additions & 2 deletions extension/_locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,6 @@
"you_are_not_connected_to_nowpass": {
"message":"You are currently not connceted to a NOWPASS API server. You can either use your own or https://nowpass.org (after registration)"
},

"export": {
"message": "Export"
},
Expand All @@ -207,7 +206,6 @@
"clear_text_passwords": {
"message":"Include passwords in clear text (careful)"
},

"download_json": {
"message": "Download JSON"
},
Expand All @@ -228,5 +226,23 @@
},
"error_loading_elements": {
"message":"Error loading Elements"
},
"my_sites": {
"message":"My Sites"
},
"store_current_site": {
"message":"Save Site URL"
},
"delete_site": {
"message":"Delete Site"
},
"no_sites": {
"message":"No Sites"
},
"tags": {
"message":"Tags"
},
"sites": {
"message":"Sites"
}
}
2 changes: 1 addition & 1 deletion extension/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "__MSG_extName__",
"short_name": "NOWPASS",
"description": "__MSG_extDesc__",
"version": "0.1.5",
"version": "0.1.6",
"default_locale": "en",
"author": "Yves Hoppe <[email protected]>",
"minimum_chrome_version": "63.0",
Expand Down
Loading

0 comments on commit 2bae299

Please sign in to comment.