ISIDA Doc Editor Extension Firefox

Examine source code of ISIDA Doc Editor Extension

Inspect and view changes in ISIDA Doc Editor Extension source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "content.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "isida_document_editor@webext.isida.by",
      "strict_min_version": "120.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "manifest_version": 3,
  "name": "ISIDA Doc Editor Extension",
  "permissions": [
    "nativeMessaging"
  ],
  "version": "1.0.7",
  "web_accessible_resources": [
    {
      "resources": [
        "editor_api.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "extension_ids": []
    }
  ]
}

Best ISIDA Doc Editor Extension Alternatives

Here are some Firefox add-ons that are similar to ISIDA Doc Editor Extension: