Easy Projects for Firefox Firefox

Examine source code of Easy Projects for Firefox

Inspect and view changes in Easy Projects for Firefox source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "author": "Ahau Software",
  "short_name": "Easy Projects",
  "version": "1.6.0",
  "background": {
    "scripts": [
      "js/vendor.js",
      "js/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/vendor.js",
        "js/popup.js"
      ]
    }
  ],
  "browser_action": {
    "default_icon": {
      "16": "images/easyprojects/16.png",
      "32": "images/easyprojects/32.png",
      "64": "images/easyprojects/64.png",
      "128": "images/easyprojects/128.png"
    },
    "default_popup": "popup.html",
    "default_title": "Easy Projects"
  },
  "icons": {
    "16": "images/easyprojects/16.png",
    "32": "images/easyprojects/32.png",
    "64": "images/easyprojects/64.png",
    "128": "images/easyprojects/128.png"
  },
  "name": "Easy Projects for Firefox",
  "description": "Manage your work and projects within Firefox!",
  "homepage_url": "https://www.easyprojectsaddin.com/easyprojects-chromium#firefox",
  "browser_specific_settings": {
    "gecko": {
      "id": "firefox@easyprojectsaddin.com"
    }
  },
  "web_accessible_resources": [
    "popup.html"
  ],
  "permissions": [
    "<all_urls>",
    "tabs",
    "activeTab",
    "storage"
  ]
}

Best Easy Projects for Firefox Alternatives

Here are some Firefox add-ons that are similar to Easy Projects for Firefox: