Update firefox addon to be compliant with new jpm building tool
This commit is contained in:
parent
075dd914f1
commit
81b6116a9f
|
@ -3,7 +3,7 @@
|
|||
|
||||
"name": "gPass",
|
||||
"short_name": "gPass",
|
||||
"version": "0.6.1",
|
||||
"version": "0.7",
|
||||
"description": "gPass : global password manager",
|
||||
"icons" : {"16":"gpass_icon_16.png", "32":"gpass_icon_32.png", "64":"gpass_icon_64.png", "128":"gpass_icon_128.png"},
|
||||
"author" : "Grégory Soutadé",
|
||||
|
|
|
@ -22,9 +22,9 @@ var notifications = require("sdk/notifications");
|
|||
var self = require("sdk/self");
|
||||
var prefSet = require("sdk/simple-prefs");
|
||||
|
||||
var pkdbf2 = require("pkdbf2").pkdbf2;
|
||||
var aes = require("jsaes").aes;
|
||||
var parseURI = require("parseuri").parseURI;
|
||||
var pkdbf2 = require("lib/pkdbf2").pkdbf2;
|
||||
var aes = require("lib/jsaes").aes;
|
||||
var parseURI = require("lib/parseuri").parseURI;
|
||||
var DEBUG = false;
|
||||
var pkdbf2_level = getPref("pkdbf2_level");
|
||||
var protocol_version = 3;
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
along with gPass. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
var hmac = require("hmac").hmac;
|
||||
var hmac = require("lib/hmac").hmac;
|
||||
|
||||
exports.pkdbf2 = {
|
||||
|
||||
|
|
|
@ -1,13 +1,14 @@
|
|||
{
|
||||
"name": "gpass",
|
||||
"fullName": "gPass",
|
||||
"id": "jid1-eNs887pPJU8aNg",
|
||||
"id": "jid1-eNs887pPJU8aNg@jetpack",
|
||||
"main": "lib/main.js",
|
||||
"description": "gPass : global password manager",
|
||||
"author": "Grégory Soutadé",
|
||||
"license": "GNU GPL v3",
|
||||
"homepage" : "http://indefero.soutade.fr/p/gpass",
|
||||
"icon" : "data/gpass_icon_64.png",
|
||||
"version": "0.6",
|
||||
"version": "0.7.0",
|
||||
"preferences": [
|
||||
{
|
||||
"name": "account_url",
|
||||
|
|
Loading…
Reference in New Issue
Block a user