Soft Wrap GitHub Gists Firefox

Examine source code of Soft Wrap GitHub Gists

Inspect and view changes in Soft Wrap GitHub Gists source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Soft Wrap GitHub Gists",
  "version": "1.0.0",
  "description": "Always soft-wrap lines on GitHub's gist editor",
  "manifest_version": 2,
  "browser_action": {
    "default_icon": {
      "16": "icons/16.png",
      "24": "icons/24.png",
      "32": "icons/32.png"
    },
    "default_title": "Change config",
    "default_popup": "popup/index.html"
  },
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://gist.github.com/*"
      ],
      "js": [
        "contentScript.js"
      ]
    }
  ]
}

Best Soft Wrap GitHub Gists Alternatives

Here are some Firefox add-ons that are similar to Soft Wrap GitHub Gists: