|
|
@@ -2,7 +2,7 @@ |
|
|
|
"description": "chrome and firefox web extension for lesspass password manager", |
|
|
|
"manifest_version": 2, |
|
|
|
"name": "LessPass", |
|
|
|
"version": "2.5.1", |
|
|
|
"version": "3.0.0", |
|
|
|
"homepage_url": "https://github.com/lesspass/webextension", |
|
|
|
"icons": { |
|
|
|
"64": "icons/logo-64.png" |
|
|
@@ -18,7 +18,9 @@ |
|
|
|
"permissions": [ |
|
|
|
"activeTab" |
|
|
|
], |
|
|
|
"web_accessible_resources": ["dist/i18n/*.json"], |
|
|
|
"web_accessible_resources": [ |
|
|
|
"dist/i18n/*.json" |
|
|
|
], |
|
|
|
"browser_action": { |
|
|
|
"browser_style": false, |
|
|
|
"default_icon": "icons/logo-32.png", |
|
|
|