Seeing Sprouts Firefox

Examine source code of Seeing Sprouts

Inspect and view changes in Seeing Sprouts source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Seeing Sprouts",
  "version": "0.1",
  "description": "Browser extension that replaces every image with brussel sprouts.",
  "manifest_version": 2,
  "web_accessible_resources": [
    "*.jpg"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "all_frames": true,
      "js": [
        "sproutify.js"
      ]
    }
  ],
  "options_ui": {
    "page": "veggie-selector/options.html"
  },
  "permissions": [
    "storage"
  ],
  "icons": {
    "48": "images/sprouts/icon-sprout-48.png",
    "96": "images/sprouts/icon-sprout-96.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "addon@seeing-sprouts.com",
      "strict_min_version": "53.0"
    }
  }
}

Best Seeing Sprouts Alternatives

Here are some Firefox add-ons that are similar to Seeing Sprouts: