Add compat.js for getPref and setPref

This commit is contained in:
2017-04-17 20:39:53 +02:00
parent 74b1010881
commit c3fab882f2
5 changed files with 86 additions and 25 deletions

View File

@@ -3,7 +3,7 @@
"name": "gPass",
"short_name": "gPass",
"version": "0.7",
"version": "0.8",
"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é",
@@ -12,7 +12,7 @@
"content_scripts": [
{
"matches": ["https://*/*", "http://*/*"],
"js": ["lib/parseuri.js", "lib/misc.js", "lib/main.js"],
"js": ["lib/parseuri.js", "lib/misc.js", "compat.js", "lib/main.js"],
"run_at" : "document_idle",
"all_frames" : true
}