Configuration File Manager Firefox

Examine source code of Configuration File Manager

Inspect and view changes in Configuration File Manager source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Configuration File Manager",
  "version": "1.1",
  "description": "Create, manage, and edit configuration files automatically from your browser.",
  "permissions": [
    "storage",
    "fileSystem",
    "downloads"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "32": "icons/logo_32.png",
      "64": "icons/logo_64.png",
      "128": "icons/logo_128.png"
    }
  },
  "icons": {
    "32": "icons/logo_32.png",
    "64": "icons/logo_64.png",
    "128": "icons/logo_128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{a84f618e-74f1-4547-9db2-a8b9a24db0ac}"
    }
  }
}

Best Configuration File Manager Alternatives

Here are some Firefox add-ons that are similar to Configuration File Manager: