GitHub to Linear Redux Firefox

Examine source code of GitHub to Linear Redux

Inspect and view changes in GitHub to Linear Redux source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "GitHub to Linear Redux",
  "version": "0.8.1",
  "description": "View and create Linear tickets from any GitHub PR or issue. Maintained fork of GitHub to Linear.",
  "author": "henri.cook@gmail.com",
  "icons": {
    "16": "images/icon-16.png",
    "32": "images/icon-32.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "permissions": [
    "storage",
    "https://github.com/*",
    "https://api.linear.app/*"
  ],
  "content_scripts": [
    {
      "js": [
        "scripts/content.js"
      ],
      "css": [
        "scripts/content.css"
      ],
      "matches": [
        "https://github.com/*"
      ],
      "exclude_matches": [
        "https://*/login/*"
      ]
    }
  ],
  "background": {
    "scripts": [
      "scripts/background.js"
    ]
  },
  "options_ui": {
    "page": "options/options.html",
    "open_in_tab": false,
    "chrome_style": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{a86d0411-ea94-4c6c-b655-a134f558e0ad}",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    },
    "gecko_android": {
      "strict_min_version": "142.0"
    }
  }
}

Best GitHub to Linear Redux Alternatives

Here are some Firefox add-ons that are similar to GitHub to Linear Redux: