Add Privacy Policy information

This commit is contained in:
Gregory Soutade
2017-12-05 08:06:48 +01:00
parent da4a99a6ef
commit b216ec9928
5 changed files with 65 additions and 2 deletions

View File

@@ -458,4 +458,8 @@ async function self_test()
console.log("Self test OK !");
}
console.log("Welcome to gPass web extension v0.8.1 !");
console.log("Privacy Policy can be found at http://indefero.soutade.fr/p/gpass/source/tree/master/PrivacyPolicy.md");
console.log("");
//self_test();

View File

@@ -3,7 +3,7 @@
"name": "gPass",
"short_name": "gPass",
"version": "0.8",
"version": "0.8.1",
"description": "gPass : global password manager",
"icons" : {"16":"icons/gpass_icon_16.png", "32":"icons/gpass_icon_32.png", "64":"icons/gpass_icon_64.png", "128":"icons/gpass_icon_128.png"},
"author" : "Grégory Soutadé",