您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 
 

32 行
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.5",
  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. }