You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

32 regels
676 B

  1. {
  2. "description": "chrome and firefox web extension for lesspass password manager",
  3. "manifest_version": 2,
  4. "name": "LessPass",
  5. "version": "2.3.0",
  6. "homepage_url": "https://github.com/lesspass/webextension",
  7. "icons": {
  8. "64": "icons/logo-64.png"
  9. },
  10. "commands": {
  11. "_execute_browser_action": {
  12. "suggested_key": {
  13. "default": "Ctrl+Shift+L"
  14. }
  15. }
  16. },
  17. "permissions": [
  18. "activeTab"
  19. ],
  20. "browser_action": {
  21. "browser_style": false,
  22. "default_icon": "icons/logo-32.png",
  23. "default_title": "LessPass",
  24. "default_popup": "popup.html"
  25. },
  26. "applications": {
  27. "gecko": {
  28. "id": "contact@lesspass.com"
  29. }
  30. }
  31. }