Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 
 
 

35 řádky
786 B

  1. {
  2. "description": "chrome and firefox web extension for lesspass password manager",
  3. "manifest_version": 2,
  4. "name": "LessPass",
  5. "version": "1.1.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. "windows": "Ctrl+Shift+L",
  15. "mac": "Command+Shift+L",
  16. "chromeos": "Ctrl+Shift+L",
  17. "linux": "Ctrl+Shift+L"
  18. }
  19. }
  20. },
  21. "permissions": [
  22. "activeTab"
  23. ],
  24. "browser_action": {
  25. "default_icon": "icons/logo-32.png",
  26. "default_title": "LessPass",
  27. "default_popup": "popup.html"
  28. },
  29. "applications": {
  30. "gecko": {
  31. "id": "contact@lesspass.com"
  32. }
  33. }
  34. }