dokieli Firefox

Examine source code of dokieli

By: dokieli Add-on
Inspect and view changes in dokieli source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "dokieli",
  "short_name": "dokieli",
  "description": "dokieli is a clientside editor for decentralised article publishing, annotations, and social interactions.",
  "author": "dokieli",
  "homepage_url": "https://dokie.li/",
  "version": "0.3.1476",
  "manifest_version": 3,
  "minimum_chrome_version": "109",
  "browser_specific_settings": {
    "gecko": {
      "id": "i@dokie.li",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "icons": {
    "16": "media/images/logo.png",
    "48": "media/images/logo.png",
    "128": "media/images/logo.png"
  },
  "action": {
    "default_icon": "media/images/logo.png",
    "default_title": "dokieli",
    "default_popup": "popup.html"
  },
  "background": {
    "service_worker": "scripts/extension-background.js",
    "scripts": [
      "scripts/extension-background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "extension-content-script.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "permissions": [
    "activeTab",
    "storage",
    "scripting",
    "identity"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "media/css/*",
        "scripts/*",
        "new.html",
        "docs.html"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}

Best dokieli Alternatives

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