Unofficial Proton Mail Keyboard Shortcuts Firefox

Examine source code of Unofficial Proton Mail Keyboard Shortcuts

Inspect and view changes in Unofficial Proton Mail Keyboard Shortcuts source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Unofficial Proton Mail Keyboard Shortcuts",
  "version": "0.0.4",
  "description": "Customizable, view-consistent keyboard shortcuts for the Proton Mail web client. Unofficial — not affiliated with Proton AG.",
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "https://mail.proton.me/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://mail.proton.me/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle",
      "all_frames": true,
      "match_about_blank": true
    }
  ],
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "action": {
    "default_title": "Unofficial Proton Mail Keyboard Shortcuts",
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png",
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    }
  },
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "upmks@jasonanovak.com",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}

Best Unofficial Proton Mail Keyboard Shortcuts Alternatives

Here are some Firefox add-ons that are similar to Unofficial Proton Mail Keyboard Shortcuts: