Linear Shortcut Nudger Firefox

Examine source code of Linear Shortcut Nudger

Inspect and view changes in Linear Shortcut Nudger source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Linear Shortcut Nudger",
  "description": "Learn Linear keyboard shortcuts naturally with contextual nudges",
  "version": "1.0.0",
  "icons": {
    "16": "icons/16.png",
    "32": "icons/32.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "permissions": [
    "storage",
    "https://linear.app/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "extension@xyz",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Linear Shortcut Nudger",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://linear.app/*"
      ],
      "js": [
        "content-scripts/content.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "content-scripts/content.css"
  ]
}

Best Linear Shortcut Nudger Alternatives

Here are some Firefox add-ons that are similar to Linear Shortcut Nudger: