Codeflower Firefox

Examine source code of Codeflower

Inspect and view changes in Codeflower source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Codeflower",
  "version": "1.0.7",
  "description": "Visualize repos on github.",
  "icons": {
    "48": "images/icon128.png",
    "128": "images/icon128.png"
  },
  "author": "Jake Mensch",
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "https://github.com/*"
      ],
      "js": [
        "js/jquery.js",
        "js/main.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "html/frame.html"
  ],
  "offline_enabled": false,
  "browser_specific_settings": {
    "gecko": {
      "id": "{2a741b8c-188f-42ff-ac49-6b6de990ceb5}"
    }
  }
}

Best Codeflower Alternatives

Here are some Firefox add-ons that are similar to Codeflower: